📄 startup.m
字号:
%STARTUP Script to include NEFCON directories in the matlabpath.
%
% See also NEFCON.
disp('NEFCON for MATLAB/SIMULINK 1.0a Copyright (C) 1997 Andreas Nuernberger')
disp('NEFCON for MATLAB/SIMULINK comes with ABSOLUTELY NO WARRANTY.')
disp('This is semi-free software, and you are welcome to redistribute it under certain conditions.')
disp('See the file license.txt for details.')
disp('')
workdir=pwd;
path(path, [workdir,'/help']);
path(path, workdir);
path(path, [workdir,'/samples']);
path([workdir,'/tools'], path);
hthelp('help/nefcon.htm#cont')
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -