Neural Network Toolbox Previous page   Next Page
plotep

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


Previous page  plotbr plotes Next page

© 1994-2005 The MathWorks, Inc.