hi, How can I convert grid file format to .dat or .txt file format?
Show older comments
hi, How can I convert grid file format to .dat or .txt file format?
Answers (1)
Chad Greene
on 10 Jan 2015
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');
Categories
Find more on MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!