generate a 2D images into 3D plot
Afficher commentaires plus anciens
Hallo, I am a new user for Matlab and i really need your help. please. I am trying to generate a 2D images into 3D plot, can anyone help me please.
4 commentaires
KSSV
le 15 Avr 2020
What images?
agung pratama
le 15 Avr 2020
KSSV
le 15 Avr 2020
Atach the image and your expectations.
agung pratama
le 15 Avr 2020
Modifié(e) : agung pratama
le 22 Juil 2020
Réponses (1)
Ryan Comeau
le 5 Mai 2020
Hello you are looking for the surf function. https://www.mathworks.com/help/matlab/ref/surf.html
image=imread('path/to/image')
surf(image)
Hope this helps
RC
Catégories
En savoir plus sur GigE Vision Hardware dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!