how to read img file in matlab

The img file I have is retrieved from arcgis.How can I open and read it?

 採用された回答

Thomas Koelen
Thomas Koelen 2015 年 3 月 30 日

1 投票

[Z,R] = arcgridread('Test.grd');
mapshow(Z,R,'DisplayType','surface');
xlabel('x (easting in meters)'); ylabel('y (northing in meters)')
demcmap(Z)

1 件のコメント

Hana
Hana 2015 年 4 月 16 日
my image format is img and not grid

サインインしてコメントする。

その他の回答 (0 件)

質問済み:

2015 年 3 月 30 日

コメント済み:

2015 年 4 月 16 日

Community Treasure Hunt

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

Start Hunting!

Translated by