Set min and max value for the color bar on a script

3 views (last 30 days)
Hi, is there a way to set from the script the min and the max values for my color bar? Thanks to all.

Accepted Answer

aneps
aneps on 6 May 2014
Try
caxis([min max]);

More Answers (0)

Categories

Find more on Line Plots 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!