how to set multiple fields in a struct without using a loop
Ältere Kommentare anzeigen
Hello guys, I have the next problem, I want to make something like this:
A={'A1';'A2';'A3'};
them make B=somefunction(B,A); and obtain this:
B =
A1: []
A2: []
A3: []
Any idea?
4 Kommentare
José-Luis
am 6 Jun. 2014
I don't understand. What's B?
Lisandro Jimenez
am 6 Jun. 2014
José-Luis
am 6 Jun. 2014
B is a struct with fields A1, A2 and A3?
Lisandro Jimenez
am 6 Jun. 2014
Akzeptierte Antwort
Weitere Antworten (1)
Lisandro Jimenez
am 6 Jun. 2014
Kategorien
Mehr zu Structures finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!