How to unpack contents of a cell array?
98 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Elissa
el 25 de Abr. de 2018
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 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Data Types en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!