3D surf
2 ビュー (過去 30 日間)
古いコメントを表示
I have used surf(x,y,z) to get a 3d suface.How to save it as an image and retreive the matrix value of this image.I want to be in 3 dimention
0 件のコメント
回答 (2 件)
Ilham Hardy
2012 年 1 月 17 日
If you use command surf(x,y,z) to produce the 3d surface, you can save the x,y,z parameter to seperate .mat file and call them later. For example: save('3dval','x','y','z')
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!