|
|
| File Information |
| 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; |
| MATLAB release |
MATLAB 7.2 (R2006a)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (5) |
| 25 Nov 2006 |
Sam Daly
|
|
|
| 27 Nov 2006 |
Will Robertson
|
|
|
| 11 Sep 2008 |
w s
|
|
|
| 16 Sep 2008 |
Oliver Woodford
|
|
|
| 27 Jul 2009 |
Ian Harris
|
|
|
| Updates |
| 22 Jun 2009 |
Update, and add BSD licence to the source. |
|
Contact us at files@mathworks.com