How to combine the name of struct together
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Sharah
am 16 Nov. 2016
Beantwortet: Alexandra Harkai
am 16 Nov. 2016
I am trying to add data into few struct with different name, say if
k = 'TD',
put data into
Data.TD(i).somethingelse
and if
k = 'AB',
put some data into
Data.AB(i).somethingelse
can anyone enlighten 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!