How to create a nested cell file?
Mostrar comentarios más antiguos
Hi,
I want to have a cell file with 5 structs. In each struct, I should have two folder (A,B). Then, in each of these A and B, I want to have some folders up to 30 number. In each of these folders I should have a cell 12*31. Can I write it as below?
DATA{5}.A.B.C{12,31)=My data
Respuesta aceptada
Más respuestas (1)
DATA(5).A.B.C=rand(12,31);
DATA(1)
DATA(5)
Categorías
Más información sobre Structures 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!