How can i make structure inside structure?
139 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Giorgi
el 20 de En. de 2015
Comentada: Giorgi
el 20 de En. de 2015
Hi all, Well I want to make a structure in the structure for example
% code
a=struct;
b='c';
d=3;
a.(b).(d);
Reference to non-existent field 'c'.
Any ideas would be a great job for me.
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Structures 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!