代码搜索:NetCDF
找到约 225 项符合「NetCDF」的源代码
代码结果 225
www.eeworm.com/read/447020/7560213
m ncdump.m
function theStatus = ncdump(theNetCDFFile, theOutputFile)
% ncdump -- List NetCDF file headers as NetCDF Language.
% ncdump(theNetCDFFile, 'theOutputFile') displays the
% definitions of items
www.eeworm.com/read/447020/7560243
m ncdumpd.m
function theStatus = ncdumpd(theNetCDFFile, theOutputFile)
% ncdumpd -- List NetCDF file headers as NetCDF Language.
% ncdumpd(theNetCDFFile, 'theOutputFile') displays the
% definitions of ite
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
www.eeworm.com/read/400650/2348408
h nc3convert.h
#ifndef _NETCDF3_CONV
#define _NETCDF3_CONV_
#include /* size_t, ptrdiff_t */
#include /* netcdf functions sometimes return system errors */
#if defined(__cplusplus)
extern "C"
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/400650/2348433
readme
Unidata NetCDF
The Unidata network Common Data Form (netCDF) is an interface for
scientific data access and a freely-distributed software library that
provides an implementation of the interfa
www.eeworm.com/read/447020/7560380
m copy.m
function theResult = copy(self, theDestination)
% ncdim/copy -- Copy a NetCDF dimension.
% copy(self, theDestination) copys the NetCDF dimension
% associated with self, an ncdim object, to the
www.eeworm.com/read/447020/7560254
m tscalar.m
function tscalar
% tscalar -- Test NetCDF scalar values.
% tscalar (no arguments) writes the value 99 into
% several variables for each NetCDF datatype, then
% reads and tests the data afte
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/7560463
m rename.m
function theResult = rename(self, theNewName)
% ncitem/rename -- Rename a NetCDF entity.
% rename(self, theNewName) renames the NetCDF entity
% associated with self, an object derived from the