ndgrid on cell array of vectors
Show older comments
hi guys,
i need your help in solving the following question:
Given a cell array of vectors where each index represent a range of elements in dimension i, how can you apply ndgrid of the vectors?
To ease the question, here is an example:

Thanks in advance.
Accepted Answer
More Answers (1)
Walter Roberson
on 1 Dec 2015
1 vote
ndgrid indices and use the indices to index the cell array.
Categories
Find more on Matrix Indexing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!