⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 navigator_help.m

📁 Kriging插值matlab toolbox
💻 M
字号:
function      navigator_help(index)
%% function      navigator_help(index)
%% displays help file for navigator window
%%
%%  Kriging Software Package  version 3.0,   May 1, 2004
%%  Copyright (c) 2004, property of Dezhang Chu and Woods Hole Oceanographic
%%  Institution.  All Rights Reserved.

global hdl para

window_pos=[];

switch index
  case 1
     varname='Task - I';
     content={
        '   Load Data  --  Load the 2-D/3-D data file. ',
        '   ',
        '   Variogram  --  Compute semi-variogram/correlogram.',
        '   ',
        '            Krig  --  Perform kriging or batch kriging. ',
        '    ',
        'Visualization --  Display and save the kriged results. ', 
              };
  case 2
     varname='Task - II';
     content={
        'Save Window Position  --  Save the current window settings as the default settings,',
        '                             including window size and position. This settings will affect all',
        '                             of other task windows.',
        '       ',
        '    Quit    -- Quit Easykrig.'};
     
end
%p=general_message('no_action',varname,content);

if para.Matlab_Version == 5
     help_message(content,varname,[0 0 0]);
elseif para.Matlab_Version >= 6
     p=general_message('no_action',varname,content);
end




⌨️ 快捷键说明

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