How to change or modify variable that already exists netcdf ?
12 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
min wong
il 3 Ott 2016
Modificato: Chad Greene
il 5 Apr 2023
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.
0 Commenti
Risposta accettata
Matthew Eicholtz
il 3 Ott 2016
The function call should be of the form
ncwrite(filename,varname,vardata);
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Startup and Shutdown in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!