Published in: MatLab
URL: http://www.myoutsourcedbrain.com/2009/03/line-styles-in-matlab.html
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.
'-.','--','-',':','-.','--','-',':','-.')); MarkerEdgeColors=['r','c','b','k','g','m','y',... 'b','m','k','c','g','r','b','m','k','c','g',... 'r','c','b','k','g','m','r','b','m','k','c','g','r']; 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
You need to login to post a comment.
