Loops for struct data
1 次查看(过去 30 天)
显示 更早的评论
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
0 个评论
回答(1 个)
Shwetank Shrey
2019-6-24
You can use fieldnames to get information about the field names in a structure.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Structures 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!