Conditionally Colored Plot (CCPLOT)

Plots conditionally colored (2D line) graphs.

Ahora está siguiendo esta publicación

Plots the vector Y versus vector X using conditional coloring based on colormaps.

The condition vector C is independent of the values of X and Y but must be the same size.

The colormap MAP can either be a Matlab or a userdefined colormap.

Example:
x = linspace(0,4*pi,50);
y = sin(x);
c = y.^2;
map = colormap(jet);
h = ccplot(x,y,c,map);
set(h,'Marker','o');

Citar como

Michael Heidingsfeld (2026). Conditionally Colored Plot (CCPLOT) (https://la.mathworks.com/matlabcentral/fileexchange/37725-conditionally-colored-plot-ccplot), MATLAB Central File Exchange. Recuperado .

Agradecimientos

Inspirado por: Conditionally colored line plot

Categorías

Más información sobre Color and Styling en Help Center y MATLAB Answers.

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

* Fixed minor error in example

1.0.0.0