필터 지우기
필터 지우기

how to read img file in matlab

조회 수: 3 (최근 30일)
Hana
Hana 2015년 3월 30일
댓글: Hana 2015년 4월 16일
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)
  댓글 수: 1
Hana
Hana 2015년 4월 16일
my image format is img and not grid

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Data Import and Export에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by