Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
revision 1.2 by roquet, Mon Apr 11 20:48:54 2011 UTC | revision 1.3 by roquet, Wed Apr 13 20:49:14 2011 UTC | |
---|---|---|
# | Line 1 | Line 1 |
1 | function []=ncputvar(nc,VARname,VARvalue,varargin); | function []=ncputvar(nc,VARname,VARvalue,varargin); |
2 | % []=ncputvar(ncid,varid,data,[start,count]) | |
3 | % write data to MITprof netcdf file | |
4 | ||
5 | global useNativeMatlabNetcdf; if isempty(useNativeMatlabNetcdf); useNativeMatlabNetcdf = ~isempty(which('netcdf.open')); end; | global useNativeMatlabNetcdf; if isempty(useNativeMatlabNetcdf); useNativeMatlabNetcdf = ~isempty(which('netcdf.open')); end; |
6 |
|
ViewVC Help | |
Powered by ViewVC 1.1.22 |