how to read img file in matlab

1 Ansicht (letzte 30 Tage)
Hana
Hana am 30 Mär. 2015
Kommentiert: Hana am 16 Apr. 2015
The img file I have is retrieved from arcgis.How can I open and read it?

Akzeptierte Antwort

Thomas Koelen
Thomas Koelen am 30 Mär. 2015
[Z,R] = arcgridread('Test.grd');
mapshow(Z,R,'DisplayType','surface');
xlabel('x (easting in meters)'); ylabel('y (northing in meters)')
demcmap(Z)
  1 Kommentar
Hana
Hana am 16 Apr. 2015
my image format is img and not grid

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by