how to read img file in matlab
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
The img file I have is retrieved from arcgis.How can I open and read it?
0 Commenti
Risposta accettata
Thomas Koelen
il 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)
Più risposte (0)
Vedere anche
Categorie
Scopri di più su MRI in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!