Filter löschen
Filter löschen

How to change or modify variable that already exists netcdf ?

17 Ansichten (letzte 30 Tage)
i Want to 'nc_sst_with_cj' repalce oringal variable 'SST'.
both of them are same three dimensional.
My code is
nc=netcdf.open('F:\tt\wrflowinp_d01','write')
nc=ncwrite('wrflowinp_d01','SST','nc_sst_with_cj');
but show error
Too many output arguments.

Akzeptierte Antwort

Matthew Eicholtz
Matthew Eicholtz am 3 Okt. 2016
There should be no output arguments for ncwrite. Check the documentation here.
The function call should be of the form
ncwrite(filename,varname,vardata);

Weitere Antworten (0)

Kategorien

Mehr zu Mathematics finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by