Loops for struct data
Ältere Kommentare anzeigen
Hi all,
I have a problem.I want to read all the information of a struct data while I don't know any information about it( for example how much layers in it and the size of each layer). I think it is possible to use while and for loops to read all data in it but I don't know how to arrange the code. Anyone can help me?
Thanks in advance
Antworten (1)
Shwetank Shrey
am 24 Jun. 2019
0 Stimmen
You can use fieldnames to get information about the field names in a structure.
1 Kommentar
Tonghui Zhang
am 24 Jun. 2019
Kategorien
Mehr zu Loops and Conditional Statements 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!