How to save vertices array from 1x1 struct separately in M-file?
1 次查看(过去 30 天)
显示 更早的评论
Hi everyone, I have a struct of size 1x1 containing vertices and faces of an object. I just want to save the vertices array from the struct. How can I do this? I have tried several times but it is not saving the vertices separately in M-file. It always save the complete struct, kindly guide me.
0 个评论
采纳的回答
Steven Lord
2016-6-20
Create a new variable containing just the vertices and save that new variable.
更多回答(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!