datadir.m

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

M
16
字号
function defdir=datadir
% DATADIR - determines the default directory for FDC datafiles.
%
% Note: DATADIR places a call to FDCDIR. If the default FDC data-
% directory can't be found, FDCDIR will display a warning message.
%
% See also FDCDIR.

defdir = fdcdir('data');

%-----------------------------------------------------------------------
% 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 + -
显示快捷键?