Use sky colormap in old Matlab version
Show older comments
Hello everyone, I want to use colormap "sky" released in Matlab , but my Matlab is an older version. Can someone help give me the parameter to generator this colorbar, or website with source code?
Accepted Answer
More Answers (1)
Walter Roberson
on 18 Oct 2023
Generation:
C = [0, 447/1000, 741/1000];
now for any fraction F between .1 and 1,
1-(1-baseColor)*F
subdivide the range .1 to 1 by as many steps as you want in the color map.
Categories
Find more on Color and Styling 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!