Effacer les filtres
Effacer les filtres

3D surf

1 vue (au cours des 30 derniers jours)
Sharen H
Sharen H le 17 Jan 2012
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

Réponses (2)

Sean de Wolski
Sean de Wolski le 17 Jan 2012
doc print
Perhaps?

Ilham Hardy
Ilham Hardy le 17 Jan 2012
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')

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by