I am using Matlab 7.1 Neural Network toolbox. I built up a network to simulate a function. Actually I think my quesion doesn't do much about the toolbox.
I have two variables x and y. They are all 1*101 vectors.
x=[-250:2.5:0];
y=[0:0.01:1];
Then I use the network (function) to calculate a...