3D surf
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (2)
Ilham Hardy
il 17 Gen 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')
0 Commenti
Vedere anche
Categorie
Scopri di più su Lighting, Transparency, and Shading in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!