代码搜索:NetCDF
找到约 225 项符合「NetCDF」的源代码
代码结果 225
www.eeworm.com/read/447020/7560371
m close.m
function theResult = close(self)
% netcdf/close -- Close the file of a "netcdf" object.
% close(self) closes the NetCDF file associated
% with self, a "netcdf" object. The empty matrix
% [
www.eeworm.com/read/447020/7560372
m var.m
function theResult = var(self, theName, theType, theDims)
% netcdf/var -- Variables of a netcdf object.
% var(self) returns the cell-list of ncvar objects
% associated with self, a netcdf obje
www.eeworm.com/read/447020/7560374
m att.m
function theResult = att(self, theAttname)
% netcdf/att -- Attributes of a netcdf object.
% att(self, 'theAttname') returns the ncatt object
% whose name is theAttname, associated with self,
www.eeworm.com/read/447020/7560409
m parent.m
function theResult = parent(self)
% ncitem/parent -- Parent of a NetCDF item.
% parent(self) returns the parent-object
% of self, an "ncitem" object. Non-global
% attributes return an "ncv
www.eeworm.com/read/447020/7560436
m permission.m
function theResult = permission(self)
% ncitem/permission -- Create/open of a netcdf file.
% permission(self) returns the "create/open" permission
% of the "netcdf" object associated with self
www.eeworm.com/read/447020/7560447
m ncclass.m
function theResult = ncclass(self)
% ncitem/ncclass -- NetCDF class of a derived object.
% ncclass(self) returns the NetCDF class of self,
% an object derived from ncitem. Unrecognized
% c
www.eeworm.com/read/447020/7560451
m id.m
function theResult = id(self)
% ncitem/id -- The access id of a NetCDF object.
% id(self) returns the access id for self,
% a netcdf, ncdim, ncvar, or ncatt object.
% Copyright (C) 1997 Dr
www.eeworm.com/read/447020/7560454
m uigetvar.m
function theResult = uigetvar(self)
% ncitem/uigetvar -- Get a NetCDF variable via dialog.
% uigetvar(self) returns one variable from the NetCDF file
% associated with self, an "ncitem" object
www.eeworm.com/read/324014/13295328
m generate_nc_file.m
%An example to generate an nc file
% ---------------------------- DEFINE THE FILE --------------------------- %
ncquiet % No NetCDF warnings.
nc
www.eeworm.com/read/172476/9705832
m fixtime.m
function[newj] = fixtime(filename, fastslow)
%function[newj] = fixtime(filename, fastslow)
%fixes the time for any netcdf file that has julian time called "TIM"
%filename = name of netcdf fil