| Using MATLAB Graphics | Search  Help Desk |
'-*k') line with asterisk markers colored black and a dash-dot ('-.ok') line with circular markers colored black.
x = 0:pi/15:4*pi; y1 = exp(2*cos(x)); y2 = exp(2*sin(x)); plot(x,y1,'-*k',x,y2,'-.ok')