how to normalization of y axis?

60 次查看(过去 30 天)
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?

采纳的回答

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

更多回答(1 个)

Weird Rando
Weird Rando 2016-6-7
Multiply your data by 30 and plot it again.

类别

Help CenterFile Exchange 中查找有关 Get Started with Optimization Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by