how to read img file in matlab

1 visualización (últimos 30 días)
Hana
Hana el 30 de Mzo. de 2015
Comentada: Hana el 16 de Abr. de 2015
The img file I have is retrieved from arcgis.How can I open and read it?

Respuesta aceptada

Thomas Koelen
Thomas Koelen el 30 de Mzo. de 2015
[Z,R] = arcgridread('Test.grd');
mapshow(Z,R,'DisplayType','surface');
xlabel('x (easting in meters)'); ylabel('y (northing in meters)')
demcmap(Z)
  1 comentario
Hana
Hana el 16 de Abr. de 2015
my image format is img and not grid

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by