Convert a xyz surface into a 3D array?
4 ビュー (過去 30 日間)
古いコメントを表示
I have a the following input:
surface = struct('vertices', [....],'faces',[....];
Which I can draw as:
patch(surface)
But what I need is a 3D logical array, where the contained volumes are true.
Is there a quick way to do this?
0 件のコメント
採用された回答
Sean de Wolski
2014 年 2 月 20 日
編集済み: Sean de Wolski
2014 年 2 月 20 日
Edit per clarification
Use this utility from the File Exchange:
2 件のコメント
Sean de Wolski
2014 年 2 月 20 日
編集済み: Sean de Wolski
2014 年 2 月 20 日
Ahh, gotcha. I was thinking the other direction (i.e. given a logical volume, get the struct).
See edits
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Lighting, Transparency, and Shading についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!