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
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 (2026). Plot color (https://jp.mathworks.com/matlabcentral/fileexchange/41710-plot-color), MATLAB Central File Exchange. 取得日: .
MATLAB リリースの互換性
作成:
R2012a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linuxカテゴリ
- MATLAB > Graphics > Images > Modify Image Colors >
Help Center および MATLAB Answers で Modify Image Colors についてさらに検索
