hi, How can I convert grid file format to .dat or .txt file format?
Mostrar comentarios más antiguos
hi, How can I convert grid file format to .dat or .txt file format?
2 comentarios
Stephen23
el 10 de En. de 2015
What is "grid file format" ?
per isakson
el 10 de En. de 2015
Respuestas (1)
Chad Greene
el 10 de En. de 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');
Categorías
Más información sobre MATLAB en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!