Neural Network Toolbox |
Plot a weight-bias position on an error surface
Syntax
Description
plotep is used to show network learning on a plot already created by plotes.
plotep(W,B,E)
takes these arguments,
and returns a vector H
, containing information for continuing the plot.
plotep(W,B,E,H)
continues plotting using the vector H
returned by the last call to plotep.
H
contains handles to dots plotted on the error surface, so they can be deleted next time, as well as points on the error contour, so they can be connected.
See Also
plotbr | plotes |
© 1994-2005 The MathWorks, Inc.