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?

2 comentarios

What is "grid file format" ?
Does "grid file format " refer to ASCII Grid Format Description ?

Iniciar sesión para comentar.

Respuestas (1)

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.

Etiquetas

Preguntada:

el 10 de En. de 2015

Respondida:

el 10 de En. de 2015

Community Treasure Hunt

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

Start Hunting!

Translated by