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!