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

1 Stimme

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

Weitere Antworten (0)

Produkte

Gefragt:

am 30 Mär. 2015

Kommentiert:

am 16 Apr. 2015

Community Treasure Hunt

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

Start Hunting!

Translated by