Azzera filtri
Azzera filtri

Converting from volume (or image) to meshgrid

3 visualizzazioni (ultimi 30 giorni)
How does one convert a gray-scale volume into meshgrid format?

Risposta accettata

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

Più risposte (0)

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by