代码搜索:NetCDF
找到约 225 项符合「NetCDF」的源代码
代码结果 225
www.eeworm.com/read/447020/7560386
m var.m
function theResult = var(self)
% ncdim/var -- Variables associated with a NetCDF dimension.
% var(self) returns a list of the ncvar objects that use
% the dimension associated with self, an nc
www.eeworm.com/read/447020/7560387
m att.m
function theResult = att(self)
% ncdim/att -- Attributes of variables associated with a NetCDF dimension.
% att(self) returns a list of the ncvar objects that use the dimension
% associated wi
www.eeworm.com/read/447020/7560432
m desc.m
function status = desc(theItem, howMuch)
% ncitem/desc -- Description of a NetCDF object.
% desc('theFunction') shows help for 'theFunction'.
% desc(theObject) describes theObject itself, but n
www.eeworm.com/read/337186/12386032
m check_nc.m
function status = check_nc(cdf)
% CHECK_NC checks whether the netcdf file is accessible.
%--------------------------------------------------------------------
% Copyright J. V. Mansbridge, CSIRO
www.eeworm.com/read/451823/7455293
m uncmp_nc.m
function status = uncmp_nc(cdf)
% UNCMP_NC offers to uncompress a netCDF file
%--------------------------------------------------------------------
% Copyright J. V. Mansbridge, CSIRO, june 23 19
www.eeworm.com/read/447020/7560199
m ncload.m
function theResult = ncload(theNetCDFFile, varargin)
% ncload -- Load NetCDF variables.
% ncload('theNetCDFFile', 'var1', 'var2', ...) loads the
% given variables of 'theNetCDFFile' into the M
www.eeworm.com/read/447020/7560219
m ncpath.m
function ncpath
% ncpath -- Check NetCDF Toolbox paths.
% ncpath (no arguments) checks the existing Matlab path
% for essential files and directories. The "mexcdf53"
% function must be a "
www.eeworm.com/read/447020/7560251
m ncsave.m
function theResult = ncsave(theNetCDFFile, varargin)
% ncsave -- Save NetCDF variables.
% ncsave('theNetCDFFile', 'var1', 'var2', ...) saves the
% given variables in 'theNetCDFFile'. The vari
www.eeworm.com/read/447020/7560294
m gt.m
function theResult = gt(self, other)
% ncvar/gt -- Redirection operator.
% gt(self, theNetcdf) redirects self, an ncvar object,
% into theNetcdf, a netcdf object. This copies the
% variabl
www.eeworm.com/read/447020/7560310
m isscalar.m
function theResult = isscalar(self)
% ncvar/isscalar -- Is this a scalar variable?
% isscalar(self) returns 1 (TRUE) if self, an "ncvar"
% object, represents a NetCDF "scalar" variable, i.e.