Neural Network Toolbox |
Plot vectors with different colors
Syntax
Description
plotvec(X,C,M)
takes these inputs,
and plots each ith vector in X
with a marker M
and using the ith value in C
as the color coordinate.
plotvec(X)
only takes a matrix X
and plots each ith vector in X
with marker '+'
using the index i
as the color coordinate.
Examples
plotv | pnormc |
© 1994-2005 The MathWorks, Inc.