how to read img file in matlab
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hana
am 30 Mär. 2015
Kommentiert: Hana
am 16 Apr. 2015
The img file I have is retrieved from arcgis.How can I open and read it?
0 Kommentare
Akzeptierte Antwort
Thomas Koelen
am 30 Mär. 2015
[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)
Siehe auch
Kategorien
Mehr zu Other Formats finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!