how to display data from a cell?
Mostra commenti meno recenti
I created a cell {{{1,2,3},{4}}, {{1,2},{3,4}}} it has two partitions in it or may be more. What i want in my output is that answer should be in the form {{1,2,3},{4}} i.e a partition which satisfy certain conditions. But my answer is like this ans =
[1x3 double] [4]
5 Commenti
KSSV
il 13 Ago 2018
Have a look on celldisp.
Rik
il 13 Ago 2018
Do you mean you want the command window to literally show {{1,2,3},{4}}?
Also, what code are you using, because for your example I get {1×3 cell} {1×1 cell} in my command window.
asim nadeem
il 13 Ago 2018
Modificato: asim nadeem
il 13 Ago 2018
asim nadeem
il 13 Ago 2018
Modificato: asim nadeem
il 13 Ago 2018
Risposte (0)
Categorie
Scopri di più su Cell Arrays 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!