Borrar filtros
Borrar filtros

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

2 visualizaciones (últimos 30 días)
bigdog
bigdog el 4 de Feb. de 2015
Respondida: Image Analyst el 4 de Feb. de 2015
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?

Respuestas (1)

Image Analyst
Image Analyst el 4 de Feb. de 2015
How about
surf(grayImage);

Categorías

Más información sobre Surface and Mesh Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by