From: Fred on 26 Jul 2010 15:48 I'm trying to undersand the sim command. example p = [0;1];a01 = sim(net,p) What is the meaning of the return for a simple som example? Thanks
From: Steven_Lord on 26 Jul 2010 17:21 "Fred " <schleret(a)syr.edu> wrote in message news:i2kopk$b74$1(a)fred.mathworks.com... > I'm trying to undersand the sim command. example p = [0;1];a01 = > sim(net,p) > > What is the meaning of the return for a simple som example? Assuming that net is a network object from Neural Network Toolbox, the answer to your question is given here: http://www.mathworks.com/access/helpdesk/help/toolbox/nnet/sim.html The first output is the value of the network outputs. -- Steve Lord slord(a)mathworks.com comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ To contact Technical Support use the Contact Us link on http://www.mathworks.com
|
Pages: 1 Prev: remember pushbutton state of internal GUI Next: remember pushbutton state of internal GUI |