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
KSSV 2020 年 4 月 15 日
What images?
agung pratama
agung pratama 2020 年 4 月 15 日
a bending steel plate, a curved surface, basically an image that shows the difference high of a surface, can you help me..?
KSSV
KSSV 2020 年 4 月 15 日
Atach the image and your expectations.
agung pratama
agung pratama 2020 年 4 月 15 日
編集済み: agung pratama 2020 年 7 月 22 日
This One

サインインしてコメントする。

回答 (1 件)

Ryan Comeau
Ryan Comeau 2020 年 5 月 5 日

1 投票

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

質問済み:

2020 年 4 月 15 日

編集済み:

2020 年 7 月 22 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by