how to read img file in matlab

1 visualizzazione (ultimi 30 giorni)
Hana
Hana il 30 Mar 2015
Commentato: Hana il 16 Apr 2015
The img file I have is retrieved from arcgis.How can I open and read it?

Risposta accettata

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

Più risposte (0)

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by