필터 지우기
필터 지우기

Determing deviation from the mean(number of sigma) and plotting

조회 수: 3 (최근 30일)
Hamed Hedayatnia
Hamed Hedayatnia 2021년 5월 24일
답변: Rishik Ramena 2021년 5월 31일
Hello everybody
I have Rain and DI values for 40 years and I want to plot deviation of individual years from the mean similar to this plot. How can I determine deviation of each year from the mean based on number of siga(6 sigma). I have put the rain values in the attachment.
Thanks in advance

답변 (1개)

Rishik Ramena
Rishik Ramena 2021년 5월 31일
You can use the mean and std function to get the mean and standard deviation of your timeseries data. You can then use a formula like (data-mean)/standard deviation to get the deviation of your data in multiple of sigmas. Then use the plot function to plot the deviations along with the data.

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

태그

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by