How to change colour of data points depending on value of the data (i.e data range)
Show older comments
How do you change the color of data points (using a colormap) depending on value of a third variable. Patches??
Longitude = Pos(: , 1);
Latitude = Pos(: , 2);
plot(Longitude, Latitude);
hold
Data = Pos(: , 3);
Accepted Answer
More Answers (0)
Categories
Find more on Polygons in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!