kriging_info.m

来自「Kriging插值matlab toolbox」· M 代码 · 共 27 行

M
27
字号
function	program_info(opt)
% display information about the EasyKrig 2.0 
% opt = 1		% version info
%       2      % READ ME file

global para

if opt == 1
  msg=char({'Copyright (c) 1998, 2001, 2004, property of Dezhang Chu and Woods Hole Oceanographic' ...
  'Institution.  All Rights Reserved.' ...
  '    ', ...
  'The kriging software described in this document was developed by Dezhang Chu ', ...
  'with funding from the National Science Foundation through the U.S. GLOBEC' ... 
  'Georges Bank Project''s Program Service and Data Management Office. It was ' ...
  'inspired by a MATLAB toolbox in MATLAB developed by Yves Gratton and Caroline ' ...
  'Lafleur (INRS-Oc閍nologie, Rimouski, Qc, Canada) and Jeff Runge (Institut ' ...
  'Maurice-Lamontagne).  The orginal version of trans.m was written by D. Marcotte ' ...
  'and is used with permission. This software may be reproduced for noncommercial ' ...
  'purposes only. This program is distributed in the hope that it will be useful, ' ...
  'but WITHOUT ANY WARRANTY.' ...
  '    ', ...
  'Contact Dr. Chu at dchu@whoi.edu with enhancements or suggestions for changes.', ...
  '    ', ...
  'The current EasyKrig3.0 is the upgraded version of the previous version (EasyKrig2.1). ',..   
  'In addition to having corrected some programming errors in the previous version (mostly ', ...
  'GUI related errors), there are many new features included in the current version:',...
  '

⌨️ 快捷键说明

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