/ Published in: MatLab
This script is for generating plots with many curves, where each curve has its own marker, color, and line style. Please see my blog post for more explanations and leave comments there.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
'-.','--','-',':','-.','--','-',':','-.')); Markers=['o','x','+','*','s','d','v','^','<','>','p','h','.',... '+','*','o','x','^','<','h','.','>','p','s','d','v',... 'o','x','+','*','s','d','v','^','<','>','p','h','.']; % [...] hold on end
URL: http://www.myoutsourcedbrain.com/2009/03/line-styles-in-matlab.html