|
From: | Nicholas Jankowski |
Subject: | Re: function still missing after installing and loading the package |
Date: | Thu, 13 Jul 2017 00:12:23 -0400 |
Unlike MATLAB, netcdf.create does not work but netcdf_create does work!
See https://octave.sourceforge.io/netcdf/ overview.html
Tested on octave-4.2.1 on windows
>> ncid = netcdf.create('foo.nc','NOCLOBBER')
>> ncid = netcdf_create('foo.nc','
warning: the 'netcdf' function is not yet implemented in Octave
NOCLOBBER')
ncid = 65536
[Prev in Thread] | Current Thread | [Next in Thread] |