I have just tried out Neural Network fitting tool in Matlab, however, I am not able to generate a function which relates all the input variables to the output, can anybody help me out on this? Is there a post-processor available to do that?
cheers, Gaurav
The trained NN object itself can be used as the input-output function. It is an object that contains an "evaluate" method. See the example from mathworks for details:
http://www.mathworks.com/help/nnet/ref/fitnet.html