how to read img file in matlab
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
The img file I have is retrieved from arcgis.How can I open and read it?
0 commentaires
Réponse acceptée
Thomas Koelen
le 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)
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur MRI dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!