how to read img file in matlab

The img file I have is retrieved from arcgis.How can I open and read it?

 Accepted Answer

[Z,R] = arcgridread('Test.grd');
mapshow(Z,R,'DisplayType','surface');
xlabel('x (easting in meters)'); ylabel('y (northing in meters)')
demcmap(Z)

More Answers (0)

Products

Asked:

on 30 Mar 2015

Commented:

on 16 Apr 2015

Community Treasure Hunt

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

Start Hunting!