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

5 visualizzazioni (ultimi 30 giorni)
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?

Risposte (1)

Image Analyst
Image Analyst il 4 Feb 2015
How about
surf(grayImage);

Categorie

Scopri di più su Medical Physics in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by