M-File Help: plot_homline View code for plot_homline

plot_homline

Draw a homogeneous

plot_homline(L, ls) draws a line in the current plot L.X = 0 where L (3x1). The current axis limits are used to determine the endpoints of the line. MATLAB line specification ls can be set. If L (3xN) then N lines are drawn, one per column.

H = plot_homline(L, ls) as above but returns a vector of graphics handles for the lines.

Notes

See also

plot_box, plot_poly, homline


 

© 1990-2014 Peter Corke.