how to unnest cell array
Mostra commenti meno recenti
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 Commento
Stephen23
il 29 Giu 2018
Where C is your cell array:
C = C{1}
Risposte (1)
Guillaume
il 29 Giu 2018
yourvariable = yourvariable{1};
Categorie
Scopri di più su Data Types in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!