Description: A short function to colour plots with all the colours of the rainbow. Gives better output than trying to select good colours in advance.
figure hold on x = 1:10
plot(x,x)
plot(x,-x)
colourplot
File list (Check if you may need any files):
colourplot.m
license.txt