Neural Network Toolbox Previous page   Next Page
plotvec

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


Previous page  plotv pnormc Next page

© 1994-2005 The MathWorks, Inc.