Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
revision 1.2 by roquet, Thu Apr 14 23:35:42 2011 UTC | revision 1.3 by roquet, Wed Apr 20 20:26:58 2011 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | function ncaddVar(ncid,varname,xtype,dimlist); | function ncaddVar(ncid,varname,xtype,dimlist); |
2 | % add a variable in an existing netcdf file. | % function ncaddVar(ncid,varname,xtype,dimlist); |
3 | % add a variable in an existing netcdf file. | |
4 | ||
5 | global useNativeMatlabNetcdf; | global useNativeMatlabNetcdf; |
6 | if isempty(useNativeMatlabNetcdf); useNativeMatlabNetcdf = ~isempty(which('netcdf.open')); end; | if isempty(useNativeMatlabNetcdf); useNativeMatlabNetcdf = ~isempty(which('netcdf.open')); end; |
|
ViewVC Help | |
Powered by ViewVC 1.1.22 |