📄 startup.m
字号:
% 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -