how to read img file in matlab

2 次查看(过去 30 天)
The img file I have is retrieved from arcgis.How can I open and read it?

采纳的回答

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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 MRI 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by