tnc4ml5.m

来自「MATLAB中读写、处理科学数据文件格式NETCDF的程序」· M 代码 · 共 32 行

M
32
字号
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, ZYDECO.
%  All Rights Reserved.
%   Disclosure without explicit written consent from the
%    copyright owner does not constitute publication.
 
% Version of 15-Apr-1997 09:50:05.

if isempty(which('mexcdf53')) | (exist('mexcdf53') ~= 3)
   disp(' ## Unable to find "mexcdf53" Mex-file gateway.')
   disp(' ## Please check your Matlab path:')
   path
   return
end

clear mexcdf53
clear mexcdf ncmex
clear tmexcdf tncmex tnetcdf

mexcdf53
mexcdf, ncmex
tmexcdf, tncmex, tnetcdf

disp('## Testing done.')

help netcdf

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?