hi, How can I convert grid file format to .dat or .txt file format?

hi, How can I convert grid file format to .dat or .txt file format?

답변 (1개)

Chad Greene
Chad Greene 2015년 1월 10일
If you have the Mapping Toolbox you can use arcgridread to read .grd files, then write the data to whatever format you wish. If you do not have the mapping toolbox, you can sometimes use ncread to read a variable, in the form
z = ncread('filename.grd','z');

카테고리

도움말 센터File Exchange에서 MATLAB에 대해 자세히 알아보기

태그

질문:

2015년 1월 10일

답변:

2015년 1월 10일

Community Treasure Hunt

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

Start Hunting!

Translated by