helpdir.m

来自「matlab的FDC工具箱」· M 代码 · 共 17 行

M
17
字号
function defdir=helpdir
% HELPDIR - determines the default directory for FDC helpfiles.
%
% Note: HELPDIR places a call to FDCDIR. If the default FDC help-
% directory can't be found, FDCDIR will display a warning message.
%
% See also FDCDIR.

% Default directory for help-files, determined by FDCDIR
defdir = fdcdir('help');

%-----------------------------------------------------------------------
% The Flight Dynamics and Control Toolbox version 1.4.0. 
% (c) Copyright Marc Rauw, 1994-2005. Licensed under the Open Software 
% License version 2.1; see COPYING.TXT and LICENSE.TXT for more details.
% Last revision of this file: December 31, 2004. 
%-----------------------------------------------------------------------

⌨️ 快捷键说明

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