Is there a method to extract all the data from a nested cell array when each nested cell is of a different size?
Show older comments
For example
1x1 cell
1x2 cell
1x19 cell
1x20 cell
This will produce a ragged array but is there a work around
1 Comment
Walter Roberson
on 12 Jun 2015
What would you want the output to look like?
Are all the elements either cell or numeric?
Accepted Answer
More Answers (0)
Categories
Find more on Cell Arrays 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!