代码搜索:self
找到约 10,000 项符合「self」的源代码
代码结果 10,000
www.eeworm.com/read/447020/7560361
m subsasgn.m
function theResult = subsasgn(self, theStruct, other)
% netcdf/subsasgn -- Assignment with "{}", "()", and ".".
% subsasgn(self, theStruct, other) is called whenever
% self is used with subind
www.eeworm.com/read/447020/7560370
m redef.m
function theResult = redef(self, theDefineMode)
% netcdf/redef -- Set the NetCDF "define mode".
% redef(self) enables the "define" mode of the NetCDF
% file associated with self, a netcdf obje
www.eeworm.com/read/447020/7560376
m subsindex.m
function theResult = subsindex(self)
% ncdim/subsindex -- Value of an ncdim object as an index.
% subsindex(self) returns the set of zero-based indices
% equivalent to the value of self, an "n
www.eeworm.com/read/447020/7560383
m subsref.m
function theResult = subsref(self, theStruct)
% ncdim/subsref -- Overloaded "{}", ".", and "()" operators.
% subsref(self, theStruct) processes the subscripting
% operator () for self, an "ncd
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/7560404
m quick.m
function theResult = quick(self, theQuickFlag)
% ncitem/quick -- Set/Get "quick" flag.
% quick(self) returns the "quick" flag of self,
% an "ncitem" object. When TRUE, the flag forces
% fa
www.eeworm.com/read/447020/7560414
m isequal.m
function theResult = isequal(self, other)
% ncitem/isequal -- Are two ncitems the same?
% isequal(self, other) returns TRUE (1) if self
% and other represent the same NetCDF entity.
% Other
www.eeworm.com/read/447020/7560420
m options.m
function theResult = options(self, theOptions)
% ncitem/options -- Set netcdf options.
% options(self, theOptions) sets theOptions in the
% current netcdf interface and returns the original
%
www.eeworm.com/read/447020/7560426
m recdim.m
function theResult = recdim(self, theRecdim)
% ncitem/recdim -- Record-dimension of an ncitem.
% recdim(self) returns an "ncdim" object corresponding
% to the current record-dimension (actual