generate a 2D images into 3D plot
Mostra commenti meno recenti
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 Commenti
KSSV
il 15 Apr 2020
What images?
agung pratama
il 15 Apr 2020
KSSV
il 15 Apr 2020
Atach the image and your expectations.
agung pratama
il 15 Apr 2020
Modificato: agung pratama
il 22 Lug 2020
Risposte (1)
Ryan Comeau
il 5 Mag 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
Categorie
Scopri di più su GigE Vision Hardware in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!