Colored line or scatter plot
バージョン 1.0.0.0 (1.49 KB) 作成者:
Pekka Kumpulainen
Plot lines with CData, (actually surface)
plots a 2-D "line" with c-data as color
Makes a surface object and the colouring is controlled by the colormap.
Examples:
x = 0:0.1:2*pi;
color_line(x,sin(x),sin(x))
color_line(x,cos(x),cos(x),'*')
引用
Pekka Kumpulainen (2026). Colored line or scatter plot (https://jp.mathworks.com/matlabcentral/fileexchange/19476-colored-line-or-scatter-plot), MATLAB Central File Exchange. 取得日: .
MATLAB リリースの互換性
作成:
R2008a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linuxカテゴリ
- MATLAB > Graphics > 2-D and 3-D Plots > Line Plots >
- MATLAB > Graphics > 2-D and 3-D Plots > Data Distribution Plots > Scatter Plots >
Help Center および MATLAB Answers で Line Plots についてさらに検索
タグ
謝辞
ヒントを与えたファイル: 3D colored line plot
| バージョン | 公開済み | リリース ノート | |
|---|---|---|---|
| 1.0.0.0 |
