startup.m
来自「模糊神经网络采用matlab编程 o install NEFCON follow」· M 代码 · 共 22 行
M
22 行
%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 + =
减小字号Ctrl + -
显示快捷键?