how to read img file in matlab

 Risposta accettata

[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)

Prodotti

Richiesto:

il 30 Mar 2015

Commentato:

il 16 Apr 2015

Community Treasure Hunt

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

Start Hunting!

Translated by