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!