Converting from volume (or image) to meshgrid

3 次查看(过去 30 天)
How does one convert a gray-scale volume into meshgrid format?

采纳的回答

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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Surface and Mesh Plots 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by