colourplot

Colours every plot line uniquely

이 제출물을 팔로우합니다

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;

인용 양식

Will Robertson (2026). colourplot (https://kr.mathworks.com/matlabcentral/fileexchange/11235-colourplot), MATLAB Central File Exchange. 검색 날짜: .

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.1.0.0

Update, and add BSD licence to the source.

1.0.0.0