how to unnest cell array
Show older comments
i have a 1x1 cell and when you click on that it has a 1x36 cell how do i reformat that into a single 1x36 cell.
1 Comment
Stephen23
on 29 Jun 2018
Where C is your cell array:
C = C{1}
Answers (1)
Guillaume
on 29 Jun 2018
yourvariable = yourvariable{1};
Categories
Find more on Data Types 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!