how to create color bar arrow

7 views (last 30 days)
peter huang
peter huang on 14 Oct 2022
Answered: Walter Roberson on 14 Oct 2022
How to make the data appear like the picture below, change the color with the increase

Answers (1)

Walter Roberson
Walter Roberson on 14 Oct 2022
Potentially you could use quiver or (Mapping Toolbox) quiverm . The functions return a vector of line objects; you could set the LineWidth properties and also the Color properties of the resulting objects.

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!