How to save vertices array from 1x1 struct separately in M-file?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
yu sh
am 20 Jun. 2016
Kommentiert: yu sh
am 20 Jun. 2016
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 Kommentare
Akzeptierte Antwort
Steven Lord
am 20 Jun. 2016
Create a new variable containing just the vertices and save that new variable.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Structures finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!