Normalise data set in 2d plot

5 ビュー (過去 30 日間)
TIERNAN BURKE
TIERNAN BURKE 2021 年 4 月 20 日
回答済み: Divija Aleti 2021 年 4 月 23 日
I need to normalize the values in the y axis to be between -1 and 1. Im trying to non dimensionalise that data which is amplitude (m).
see in graph below how values range roughly from -0.5 to 0.5 how can i normalise this to range from -1 to 1 without skewing my data and keeping its accuracy?

回答 (1 件)

Divija Aleti
Divija Aleti 2021 年 4 月 23 日
Hi Tiernan,
After you finish plotting, you can specify the limits of y-axis by adding the following line of code:
ylim([-1 1])
Hope this helps!
Regards,
Divija

カテゴリ

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!

Translated by