| Neural Network Toolbox | Search  Help Desk |
| plotv | Examples |
Plot vectors as lines from the origin
plotv(m,t)
plotv(M,T) takes two inputs,
M - R x Q matrix of Q column vectors with R elements.
T - (optional) the line plotting type, default = '-'.
M.
R must be 2 or greater. If R is greater than two, only the first two rows of M are used for the plot.
plotv([-.4 0.7 .2; -0.5 .1 0.5],'-')