filling a netcdf file

1 回表示 (過去 30 日間)
Filio
Filio 2013 年 3 月 20 日
Hello, I have a netcdf file of 2 variables filled with dummy (all zeros) values. I would like to replace the zeros with values from 2 txt files. Which command do I need to use?
Thank u in advance!

回答 (1 件)

Ashish Uthama
Ashish Uthama 2013 年 3 月 20 日
To read:
To write to netcdf:
  • nccreate (Skip if you already have the file with the variables as you mention)
  • ncwrite
if you have an older version of MATLAB:

カテゴリ

Help Center および File ExchangeNetCDF についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by