Txt file to NetCDF file

1 次查看(过去 30 天)
How can i turn a txt file into a nc file in MatLab ?

采纳的回答

Chad Greene
Chad Greene 2014-6-9
ncwrite can do it.

更多回答(1 个)

Felipe
Felipe 2014-6-9
But my txt file has no strings, only numbers. To use ncwrite i have to use nccreate and i am unable to use. How would be the correct syntax to use ncwrite in this case ?
Thanks
  1 个评论
Kelly Kearney
Kelly Kearney 2014-6-9
Before you can write a variable to a netcdf file, you need to first set up the netcdf file with the proper variable names, dimensions, etc. via nccreate.
Exactly what those variable names and dimensions will be depend on the data in your text file, which you haven't yet described. Perhaps if you give us some more info we can help you with the syntax.

请先登录,再进行评论。

标签

Community Treasure Hunt

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

Start Hunting!

Translated by