代码搜索:self
找到约 10,000 项符合「self」的源代码
代码结果 10,000
www.eeworm.com/read/447020/7560312
m subs.m
function [theSrc, theDst] = subs(self, theSrcsubs, theDstsubs)
% ncvar/subs -- Manipulate origin.
% [{theSrcsubs}, {theDstsubs}] = subs(self) returns the "src"
% and "dst" subscripts of self,
www.eeworm.com/read/447020/7560313
m var.m
function theResult = var(varargin)
% ncvar/var -- Manipulate the constituent-variables.
% var(self) returns the list of variables that contribute
% to self, a composite "ncvar" object. A non-
www.eeworm.com/read/447020/7560317
m resize.m
function theResult = resize(self, newSize)
% ncvar/resize -- Resize variable dimensions.
% resize(self, newSize) resizes the dimensions of self,
% an "ncvar" object. All variables related to
www.eeworm.com/read/447020/7560321
m copy.m
function theResult = copy(self, theDestination)
% ncatt/copy -- Copy a NetCDF attribute.
% copy(self, theDestination) copys the NetCDF attribute
% associated with self, an ncatt object, to the l
www.eeworm.com/read/447020/7560323
m delete.m
function theResult = delete(varargin)
% ncatt/delete -- Delete a NetCDF attribute.
% delete(self) deletes the NetCDF attribute associated
% with self, an "ncatt" object, and returns [] if
%
www.eeworm.com/read/447020/7560325
m subsasgn.m
function theResult = subsasgn(self, theStruct, other)
% ncatt/subsasgn -- Overloaded "()" operator.
% subsref(self, theStruct) processes the subscripting
% operator () for self, an "ncatt" obj
www.eeworm.com/read/447020/7560330
m var.m
function theResult = var(self)
% ncatt/var -- Variables associated with attributes of the same name.
% var(self) returns a list of the ncvar objects that have an
% attribute with the same name
www.eeworm.com/read/447020/7560355
m open.m
function theResult = open(self, thePermission)
% netcdf/open -- Open the file of a netcdf object.
% open(self, 'thePermission') opens the NetCDF file
% associated with self, a netcdf object, u
www.eeworm.com/read/447020/7560359
m delete.m
function theResult = delete(self, varargin)
% netcdf/delete -- Delete items from NetCDF file.
% delete(self, item1, item2, ...) deletes the given items
% ("ncdim", "ncvar", or "ncatt" objects)
www.eeworm.com/read/447020/7560360
m subsref.m
function theResult = subsref(self, theStruct)
% netcdf/subsref -- Overloaded "{}", "()", and "." operators.
% subsref(self, theStruct) processes subscripting references
% of self, a "netcdf" o