how to read img file in matlab

1 vue (au cours des 30 derniers jours)
Hana
Hana le 30 Mar 2015
Commenté : Hana le 16 Avr 2015
The img file I have is retrieved from arcgis.How can I open and read it?

Réponse acceptée

Thomas Koelen
Thomas Koelen le 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)
  1 commentaire
Hana
Hana le 16 Avr 2015
my image format is img and not grid

Connectez-vous pour commenter.

Plus de réponses (0)

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by