Converting from volume (or image) to meshgrid

16 visualizaciones (últimos 30 días)
Burke Rosen
Burke Rosen el 28 de Abr. de 2017
Respondida: Prannay Jain el 1 de Mayo de 2017
How does one convert a gray-scale volume into meshgrid format?

Respuesta aceptada

Prannay Jain
Prannay Jain el 1 de Mayo de 2017
>> A=imread('grayimage.jpeg');
>> [X,Y]=meshgrid(1:size(A,1), 1:size(A,2));

Más respuestas (0)

Categorías

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

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by