代码搜索:NetCDF

找到约 225 项符合「NetCDF」的源代码

代码结果 225
www.eeworm.com/read/447020/7560270

m ncbrowser.m

function self = NCBrowser(theNetCDFFile, thePermission) % NCBrowser/NCBBrowser -- NetCDF Browser. % NCBBrowser'(theNetCDFFile', 'thePermission') creates a % browser for 'theNetCDFFile', opened
www.eeworm.com/read/447020/7560277

m ncbclipboard.m

function theResult = NCBClipboard(self) % NCBrowser/NCBClipboard -- NetCDF Browser clipboard file name. % NCBClipboard(self) returns the full-path name of % the NetCDF Browser clipboard file.
www.eeworm.com/read/447020/7560309

m browse.m

function theResult = browse(varargin) % ncvar/browse -- Interactive plot of NetCDF variable. % browse(z, 'thePen') plots NetCDF variable z as % an interactive "pxline", using 'thePen'. The sy
www.eeworm.com/read/447020/7560350

m rec.m

function theResult = rec(self, theRecindices, theRecs) % netcdf/rec -- Record of a netcdf object. % rec(self, theRecindices) returns a vector of structs % whose field-names are the names of re
www.eeworm.com/read/447020/7560352

m recvar.m

function theResult = recvar(self) % netcdf/recvar -- Record-variables of a netcdf object. % recvar(self) returns a cell-list of the ncvar objects % that correspond to the record-variables of s
www.eeworm.com/read/447020/7560353

m create.m

function theResult = create(self, thePermission) % netcdf/create -- Create the file for a netcdf object. % create(self, 'thePermission') creates the NetCDF file % associated with self, a netcd
www.eeworm.com/read/447020/7560356

m dim.m

function theResult = dim(self, theDimname) % netcdf/dim -- Dimensions of a netcdf object. % dim(self, 'theDimname') returns the ncdim object % whose name is theDimname, associated with self,
www.eeworm.com/read/447020/7560357

m copy.m

function theResult = copy(self, theDestination) % netcdf/copy -- Copy one NetCDF into another. % copy(self, theDestination) copies the contents % of self, a netcdf or cell, into theDestination
www.eeworm.com/read/447020/7560358

m version.m

function version(self) % Version of 30-Apr-2003 11:16:19. helpdlg(help(mfilename), 'netcdf')
www.eeworm.com/read/447020/7560362

m endef.m

function theResult = endef(self) % netcdf/endef -- Disable the NetCDF "define" mode. % endef(self) disables the "define" mode of the netCDF % file associated with self, a netcdf object. Use