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