Vous suivez désormais cette soumission
- Les mises à jour seront visibles dans votre flux de contenu suivi
- Selon vos préférences en matière de communication il est possible que vous receviez des e-mails
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');
Citation pour cette source
Michael Heidingsfeld (2026). Conditionally Colored Plot (CCPLOT) (https://fr.mathworks.com/matlabcentral/fileexchange/37725-conditionally-colored-plot-ccplot), MATLAB Central File Exchange. Extrait(e) le .
Remerciements
Inspiré par : Conditionally colored line plot
Informations générales
- Version 1.1.0.0 (1,61 ko)
Compatibilité avec les versions de MATLAB
- Compatible avec toutes les versions
Plateformes compatibles
- Windows
- macOS
- Linux
| Version | Publié le | Notes de version | Action |
|---|---|---|---|
| 1.1.0.0 | * Fixed minor error in example |
||
| 1.0.0.0 |
