How to save vertices array from 1x1 struct separately in M-file?

1 回表示 (過去 30 日間)
yu sh
yu sh 2016 年 6 月 20 日
コメント済み: yu sh 2016 年 6 月 20 日
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.

採用された回答

Steven Lord
Steven Lord 2016 年 6 月 20 日
Create a new variable containing just the vertices and save that new variable.
  1 件のコメント
yu sh
yu sh 2016 年 6 月 20 日
Thanks a lot Steven. It works.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeStructures についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by