how to read img file in matlab

1 回表示 (過去 30 日間)
Hana
Hana 2015 年 3 月 30 日
コメント済み: Hana 2015 年 4 月 16 日
The img file I have is retrieved from arcgis.How can I open and read it?

採用された回答

Thomas Koelen
Thomas Koelen 2015 年 3 月 30 日
[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 件)

Community Treasure Hunt

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

Start Hunting!

Translated by