colourplot

Colours every plot line uniquely

Ahora está siguiendo esta publicación

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;

Citar como

Will Robertson (2026). colourplot (https://es.mathworks.com/matlabcentral/fileexchange/11235-colourplot), MATLAB Central File Exchange. Recuperado .

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux
Versión Publicado Notas de la versión Action
1.1.0.0

Update, and add BSD licence to the source.

1.0.0.0