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!