How can i make structure inside structure?
54 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Giorgi
am 20 Jan. 2015
Kommentiert: Giorgi
am 20 Jan. 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 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Structures 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!