Effacer les filtres
Effacer les filtres

Converting from volume (or image) to meshgrid

8 vues (au cours des 30 derniers jours)
Burke Rosen
Burke Rosen le 28 Avr 2017
How does one convert a gray-scale volume into meshgrid format?

Réponse acceptée

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

Plus de réponses (0)

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by