Cell Data, How do I access it?
Mostrar comentarios más antiguos
Hi,
So I have data in this format. I want to access the data in each TD however don't know how to access it using commands. Could anyone point me in the right direction?
Thanks,
Chris
TD(:,:,1) =
[512x2 double]
[ 1]
TD(:,:,2) =
[512x2 double]
[ 2]
TD(:,:,3) =
[512x2 double]
[ 3]
1 comentario
Michael Haderlein
el 9 de Feb. de 2015
TD{1,1,1} will be the first 512x2 array.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Logical en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!