how to unnest cell array
Ältere Kommentare anzeigen
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 Kommentar
Stephen23
am 29 Jun. 2018
Where C is your cell array:
C = C{1}
Antworten (1)
Guillaume
am 29 Jun. 2018
yourvariable = yourvariable{1};
Kategorien
Mehr zu Data Types finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!