how to read img file in matlab

 Respuesta aceptada

Thomas Koelen
Thomas Koelen el 30 de Mzo. de 2015
[Z,R] = arcgridread('Test.grd');
mapshow(Z,R,'DisplayType','surface');
xlabel('x (easting in meters)'); ylabel('y (northing in meters)')
demcmap(Z)

Más respuestas (0)

Productos

Etiquetas

Preguntada:

el 30 de Mzo. de 2015

Comentada:

el 16 de Abr. de 2015

Community Treasure Hunt

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

Start Hunting!

Translated by