M-File Help: plotp View code for plotp

plotp

Plot trajectory

Convenience function to plot points stored columnwise.

plotp(p) plots a set of points p, which by Toolbox convention are stored one per column. p can be 2xN or 3xN. By default a linestyle of 'bx' is used.

plotp(p, ls) as above but the line style arguments ls are passed to plot.

See also

plot, plot2


 

© 1990-2014 Peter Corke.