generate a 2D images into 3D plot
Ältere Kommentare anzeigen
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 Kommentare
KSSV
am 15 Apr. 2020
What images?
agung pratama
am 15 Apr. 2020
KSSV
am 15 Apr. 2020
Atach the image and your expectations.
agung pratama
am 15 Apr. 2020
Bearbeitet: agung pratama
am 22 Jul. 2020
Antworten (1)
Ryan Comeau
am 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
Kategorien
Mehr zu GigE Vision Hardware finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!