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
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에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!