Neural Network Toolbox
  Go to function:
    Search    Help Desk 
plotvec    Examples

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 | Help Desk | Next ]