代码搜索:mexcdf
找到约 13 项符合「mexcdf」的源代码
代码结果 13
www.eeworm.com/read/447020/7560201
m mexcdf.m
function [varargout] = mexcdf(varargin)
% mexcdf -- Driver for Matlab-5/NetCDF C-Language interface.
% mexcdf('action', ...) performs the specified NetCDF action.
% When writing or reading a N
www.eeworm.com/read/447020/7560281
h mexcdf.h
/*
* mexcdf.h Include-file for mexcdf53.c.
*
* Dr. Charles R. Denham, U.S. Geological Survey.
*
*/
# if !defined MEXCDF_H
# define MEXCDF_H
# define calloc(A, B) mxCalloc(A, B)
#
www.eeworm.com/read/447020/7560282
c mexcdf53.c
/*
* mexcdf53.c -- For Matlab Version 5 and NetCDF Version 3.
*
* ******************** NOTICE ********************
*
* MEXCDF53 -- USGS Preliminary Computer Software For
* Interaction Bet
www.eeworm.com/read/447020/7560283
m make_mexcdf53.m
function make_mexcdf53
% make_mexcdf53 -- Make "mexcdf53" Mex-file.
% make_mexcdf53 (no argument) builds the "mexcdf53"
% Mex-file. Adjust as needed.
% Copyright (C) 2002 Dr. Charles R. D
www.eeworm.com/read/172476/9705958
m rdi2cdf.m
function rdi2cdf(infile, outfile, minens, maxens);
% rdi2cdf.m converts RDI ADCP files to netCDF format
%
% function rdi2cdf(infile, outfile, minens, maxens);
%
% where:
% infile = the input file na
www.eeworm.com/read/447020/7560208
m tmexcdf.m
function tmexcdf
% TMEXCDF Test of MEXCDF Mex-file routines.
% Copyright (C) 1992-4 Dr. Charles R. Denham, ZYDECO.
% All Rights Reserved.
% Version of 20-Jan-94.
% Version of 19-Dec-96.
%
www.eeworm.com/read/447020/7560234
m tnc4ml5.m
function tnc4ml5
% tnc4ml5 -- Test nc4ml5 installation.
% tnc4ml5 (no argument) exercizes some of the
% components of "NetCDF for Matlab-5".
% Copyright (C) 1997 Dr. Charles R. Denham, ZYD
www.eeworm.com/read/172476/9705967
m mcnote.m
function next_note_num = mcnote(cdfid, varid, text, note_num);
% mcnote.m annotates netCDF variables by using text attributes
%
% function next_note_num = mcnote(cdfid, varid, text, note_num);
%
www.eeworm.com/read/447020/7560214
m ncrecget.m
function [data, status] = ncrecget(ncid, recnum, ...
autoscale, recdim)
% ncrecget -- Emulator for broken mexcdf('recget', ...).
% [data, status] = ncrecget
www.eeworm.com/read/447020/7560202
m ncrecput.m
function status = ncrecput(ncid, recnum, data, ...
autoscale, recdim)
% ncrecget -- Emulator for broken mexcdf('recput', ...).
% status = ncrecput(ncid, recnum, dat