How to unpack contents of a cell array?
98 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Elissa
am 25 Apr. 2018
Bearbeitet: Stephen23
am 23 Feb. 2022
I have a cell array:
I try to unpack the contents of each cell:
h = size(dom_psth_tb,1); dom_psth_tb = dom_psth_tb{1:h,1};
But the result is the contents of only one cell:
Help is much appreciated!
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Data Types finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!