Drawing a 3-D graph of image using meshgrid and meshc

조회 수: 6 (최근 30일)
bigdog
bigdog 2015년 2월 4일
답변: Image Analyst 2015년 2월 4일
I have a 512 by 512 gray level image. How can I use meshgrid and meshc to draw a 3D graph of the function corresponding to the image?

답변 (1개)

Image Analyst
Image Analyst 2015년 2월 4일
How about
surf(grayImage);

카테고리

Help CenterFile Exchange에서 Medical Physics에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by