Converting a 2D array into 3D to use with isosurface
古いコメントを表示
I have the X,Y,Z coordinate for the nodes of a cylinder and i am trying to cpnvert them into a 3D array to be used with isosurface function. i'm not sure how to convert them thanks
回答 (3 件)
Walter Roberson
2014 年 5 月 15 日
0 投票
You can use scattered interpolant if necessary, and then interpolate over a regular grid that can then be put through isosurface(). You might also be able to use griddedInterpolant()
Image Analyst
2014 年 6 月 8 日
0 投票
カテゴリ
ヘルプ センター および File Exchange で Scalar Volume Data についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!