MATLAB: How to normalization of y axis

normalizarionoptimizationploty axis limit

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?

Best Answer

divide your data by max(y), 30 here..and plot.
Related Question