📄 datadir.m
字号:
function defdir=datadir
% DATADIR determines the default directory for FDC datafiles.
% This function is called by several routines from the FDC toolbox.
%
% See also FDCDIR.
% Variables
% ---------
% defdir default directory determined by DATADIR.M
defdir = fdcdir('data');
%------------------------------------------------------------------------------
% The FDC toolbox. Copyright Marc Rauw, 1994-2000.
% Last revision of this program: October 7, 1997.
%
% Revision history since October 7, 1997:
% =======================================
% October 7, 1997
% - Editorial changes
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -