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!