?? startup.m
字號(hào):
% 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)
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -