generate a 2D images into 3D plot
显示 更早的评论
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 个评论
KSSV
2020-4-15
What images?
agung pratama
2020-4-15
KSSV
2020-4-15
Atach the image and your expectations.
agung pratama
2020-4-15
编辑:agung pratama
2020-7-22
回答(1 个)
Ryan Comeau
2020-5-5
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
类别
在 帮助中心 和 File Exchange 中查找有关 GigE Vision Hardware 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!