|
|
| File Information |
| Description |
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'); |
| Acknowledgements |
Conditionally Colored Line Plot
inspired this file.
This file inspired
The Code For Solving Wahba's Problem.
|
| Required Products |
MATLAB
|
| MATLAB release |
MATLAB 7.11.1 (R2010bSP1)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (1) |
| 14 Feb 2013 |
JR King
|
|
|
| Updates |
| 06 Aug 2012 |
* Fixed minor error in example |
|
Contact us