Vous êtes sur la page 1sur 1

% 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 = '/home/ltl/jlampine/matlab/rbf/';
path([rbfHome
path([rbfHome
path([rbfHome
path([rbfHome
path([rbfHome

'RidgeRegression'], path)
'RadialBasisFunctions'], path)
'SubsetSelection'], path)
'Tutorial'], path)
'Utilities'], path)

Vous aimerez peut-être aussi