how to normalization of y axis?

9 views (last 30 days)
Habib
Habib on 7 Jun 2016
Answered: KSSV on 7 Jun 2016
Hi,
I plot a figure that its y-axis limit is so greater than another figure,
when I make a comparison.
under figure is mine and by a bit subtilize the y-axis limit is upper, about 30.
and at the under image, the y-axis limit is about 1.
So how I can make normalize or optimization on y-axis limit? is any Matlab function?

Accepted Answer

KSSV
KSSV on 7 Jun 2016
divide your data by max(y), 30 here..and plot.

More Answers (1)

Weird Rando
Weird Rando on 7 Jun 2016
Multiply your data by 30 and plot it again.

Categories

Find more on Problem-Based Optimization Setup 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!