How to find the maximum value to normalize the plot?

3 views (last 30 days)
Hi, I am a new learner of MATLAB. I am trying to write a code where the plot is symmetrical. I need to make it normalized and that's why I need to know the max value of the Y axis. Can anyone please help me to find the command to get the max Y value of the plot so that I can use it to normalize the graph? Thanks.

Accepted Answer

KSSV
KSSV on 5 Jul 2018
Edited: KSSV on 5 Jul 2018
Read about function max. This gives you maximum value of the given data.

More Answers (0)

Categories

Find more on 2-D and 3-D 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!