; March 2012 | Michael Ian Lapsley

[Matlab] Colors and Symbols for ploting in loops

Sometimes it is easier to use a loop to plot something rather than manually typing plot many times. The problem is that all of the lines will have the same color and all the symbols will be the same. This code easily applies color to plots in a loop.