Plot color

버전 1.1.0.0 (1.65 KB) 작성자: Giacomo Alessandroni
PLOT_COLOR draws a dotted graph where the color of every point depends by vector P
다운로드 수: 350
업데이트 날짜: 2013/5/13

라이선스 보기

PLOT_COLOR draws a bidimensional dotted graph, where the color of every single point of the vectors X, Y depends by vector P (the intensity color, isn't necessary normalize it).

X, Y and P must be vector and must be have same lenght.
ColorStart and ColorEnd are the two colours that specifying the fractional position of blending. P determines the point to point percent of colour.

MarkerSize has the same sintax as when using it in the plot.

The screenshot was build with this code:

X = 0:100;
Y = sin(X).*exp(-.05.*X);
P = Y;
plot_color(X', Y', P', [1,0,0], [0,0,1], 6)

인용 양식

Giacomo Alessandroni (2024). Plot color (https://www.mathworks.com/matlabcentral/fileexchange/41710-plot-color), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2012a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Modify Image Colors에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.1.0.0

Update "Other requirements"

1.0.0.0