how to read img file in matlab
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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?
0 comentarios
Respuesta aceptada
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)
Más respuestas (0)
Ver también
Categorías
Más información sobre MRI en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!