?? 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 + -