Converting from volume (or image) to meshgrid

15 ビュー (過去 30 日間)
Burke Rosen
Burke Rosen 2017 年 4 月 28 日
回答済み: Prannay Jain 2017 年 5 月 1 日
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 Center および File ExchangeSurface and Mesh Plots についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by