startup.m

来自「一个关于RBF的神经网络算法」· M 代码 · 共 16 行

M
16
字号
% This file causes additional paths to be added to those% already set by setenv MATLABPATH in your setup files.% Edit the next line to reflect where you install the RBF% code and then add it and the following to your normal% startup.m file in $MATLABPATH. At the moment nothing will% work unless you start matlab in the directory rbf/ created% after you ran tar -xvf on rbf.tar.rbfHome = './';path([rbfHome 'RidgeRegression'], path)path([rbfHome 'RadialBasisFunctions'], path)path([rbfHome 'SubsetSelection'], path)path([rbfHome 'Tutorial'], path)path([rbfHome 'Utilities'], path)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?