Txt file to NetCDF file
3 ビュー (過去 30 日間)
古いコメントを表示
How can i turn a txt file into a nc file in MatLab ?
0 件のコメント
採用された回答
その他の回答 (1 件)
Felipe
2014 年 6 月 9 日
1 件のコメント
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.
参考
カテゴリ
Help Center および File Exchange で NetCDF についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!