Startup

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 'RidgeRegression'], path) path([rbfHome 'RadialBasisFunctions'], path) path([rbfHome 'SubsetSelection'], path) path([rbfHome 'Tutorial'], path) path([rbfHome 'Utilities'], path)

description

codigo rbfmatlab

Transcript of Startup

Page 1: Startup

% 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 'RidgeRegression'], path)path([rbfHome 'RadialBasisFunctions'], path)path([rbfHome 'SubsetSelection'], path)path([rbfHome 'Tutorial'], path)path([rbfHome 'Utilities'], path)