📄 datadir.m
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -