Prev: bode of pade approximant
Next: How to create a 3d cube
From: mb on 29 Apr 2010 04:58 I want to save some varialbes from the workspace into a netCDF-fil. Can I do this in the m-file, or do I have to do it from the command window? I manage to save varaibles in the workspace into a .mat fil from the command window, but when I try the .nc file-format it does not work. I use the syntax save filename variable1 variable2 -NC Anyone who know what I'm doing wrong?
From: us on 29 Apr 2010 05:14 "mb " <marit.berger(a)student.lu.se> wrote in message <hrbhmr$9lc$1(a)fred.mathworks.com>... > I want to save some varialbes from the workspace into a netCDF-fil. Can I do this in the m-file, or do I have to do it from the command window? > > I manage to save varaibles in the workspace into a .mat fil from the command window, but when I try the .nc file-format it does not work. > > I use the syntax > save filename variable1 variable2 -NC > > Anyone who know what I'm doing wrong? SAVE does not know the -nc option... you must directly work with the NETCDF package... see doc netcdf; for instructions... us
|
Pages: 1 Prev: bode of pade approximant Next: How to create a 3d cube |