Introduction To Neural Network Toolbox in Matlab: Matlab Stands For Matrix Laboratory. Matlab 5.3.1 With Toolboxs
Introduction To Neural Network Toolbox in Matlab: Matlab Stands For Matrix Laboratory. Matlab 5.3.1 With Toolboxs
toolbox in Matlab
>> info
– contacting the company
• eg. Technique support, bugs.
>> ver
– version of matlab and its toolboxes
– licence number
>> whatsnew
– what’s new of the version
Function for programmer
for all
stockname = data(:,1);
Start for 1
training = data([1:100],:)
a=[1;2]; a*a’ => [1,2;2,4];
1 2
2 4
-0.5 1.00
-0.25 1.00
-1.00 0.25
For
Training -1.00 0.50 neuron 1
pattern 1
>> Y = sim(net,UT);
Performance Evaluation
Y = load(str);
Z = length(Y);