generate a 2D images into 3D plot
    조회 수: 13 (최근 30일)
  
       이전 댓글 표시
    
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
답변 (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
댓글 수: 0
참고 항목
카테고리
				Help Center 및 File Exchange에서 GigE Vision Hardware에 대해 자세히 알아보기
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


