how to set multiple fields in a struct without using a loop
显示 更早的评论
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 个评论
José-Luis
2014-6-6
I don't understand. What's B?
Lisandro Jimenez
2014-6-6
José-Luis
2014-6-6
B is a struct with fields A1, A2 and A3?
Lisandro Jimenez
2014-6-6
采纳的回答
更多回答(1 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Structures 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!