slplot(p,[ez,c,w,l,d])
p : | starting point | |
ez : | direction if straight line | |
c : | line color | |
w : | line width; default is 1 | |
l : | line length; default is 10 | |
d : | color of the starting point |
Plot a green straight line
slplot([0 0 0],[1 1 1],'color','g--')