代码搜索:NetCDF

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

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

m tncorder.m

function tncorder(m, n) % tncorder -- Test of NetCDF row vs. column dominance. % tncorder(m, n) shows how a Matlab array of size [m n] % is actually stored in a NetCDF file. % Copyright (C
www.eeworm.com/read/451823/7455286

m contents.m

% MATLAB interface to netCDF files and DODS/OPEnDAP datasets % % The following m-files were written and developed by Jim Mansbridge (C) % CSIRO 1992-2005. They use the mex-files maintained by John Ev
www.eeworm.com/read/136733/13363489

hunter a_readme.hunter

------------------------------------------------------------------------ Note: Original version of the code, named OzPOM and maintained by John Hunter is available at http://www.antcrc.utas.edu.
www.eeworm.com/read/447020/7560233

m mat2nc.m

function theResult = mat2nc(theMatFile, theNetCDFFile, uniqueDims, noSqueeze) % mat2nc -- Convert Matlab Mat-file to NetCDF file. % mat2nc('theMatFile', 'theNetCDFFile') converts the % "double
www.eeworm.com/read/447020/7560255

m ncclose.m

function theResult = ncclose(theNCid) % ncclose(theNCid) closes the netcdf files whose % identifiers are the given theNCid. The default % is 'all', which uses theNCid = [0:15]. % % Note: for
www.eeworm.com/read/447020/7560203

m ncmemory.m

function theResult = ncmemory(theNetCDF) % ncmemory -- Estimate Matlab memory for NetCDF file. % ncmemory(theNetCDF) estimates the amount of Matlab % memory that would be required to load all
www.eeworm.com/read/447020/7560217

m ncweb.m

function theResult = ncweb % ncweb -- World Wide Web site of the NetCDF Toolbox. % ncweb (no argument) displays or returns the WWW % site for the NetCDF Toolbox. If displayed, % a dialog a
www.eeworm.com/read/447020/7560245

m nccat.m

function [varargout] = nccat(theDestinationFile, varargin) % nccat -- Concatenate two netCDF files. % nccat(theDestinationFile, theSourceFile1, theSourceFile2, ...) % concatenates theSourceFil
www.eeworm.com/read/447020/7560265

m ncmkmask.m

function theResult = ncmkmask(inFile, outFile, fillValue) % ncmkmask -- Make a NetCDF "mask" file. % ncmkmask('inFile', 'outFile', fillValue) creates a "mask" % file named 'outFile', based on
www.eeworm.com/read/447020/7560278

m ncbplot.m

function theResult = NCBPlot(self, theNCItem) % NCBPlot -- Plot data via the NetCDF browser. % NCBPlot(self, theNCItem) plots the data associated % with theNCItem selected in self, an "ncbrows