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 Center および File ExchangeMedical Physics についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by