Creating structure from string with full stops
2 次查看(过去 30 天)
显示 更早的评论
For example, I have
field_names{1} = 'height.m.o'
How can I write
field_names{1}=6
to be the same as writing
height.m.o = 6
to create a structure that's 3 deep?
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Structures 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!