Dear All,
I want to plot ROTI. Would you please help me? The ROTI is defined as the standard deviation of ROT, given by (<ROT^2> - <ROT>^2)^1/2 for each 5-min interval.

 Akzeptierte Antwort

KSSV
KSSV am 5 Jun. 2022

0 Stimmen

x = rand(100,1) ;
y = sqrt(mean(x.^2)-mean(x)^2)
y = 0.2657

4 Kommentare

KSSV
KSSV am 5 Jun. 2022
@Ara comment moved here:
Thank you for you reply.
How to calculate standard deviation for each 5 min interval?
y=std(sqrt(mean(x.^2)-mean(x)^2));
Is that correct
KSSV
KSSV am 5 Jun. 2022
You see, (sqrt(mean(x.^2)-mean(x)^2) is a single number, you cannot find stanard deviation. May be you need to find this number for every five minutes ata and then get Std of that array.
Ara
Ara am 5 Jun. 2022
Bearbeitet: Ara am 6 Jun. 2022
I think you are right. I have a column of time. How to write for every 5 min data and then get the std?
Stephen Tete
Stephen Tete am 14 Nov. 2022
Kindly check the code again that is not how to calculate ROI

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Communications Toolbox finden Sie in Hilfe-Center und File Exchange

Tags

Gefragt:

Ara
am 5 Jun. 2022

Kommentiert:

am 14 Nov. 2022

Community Treasure Hunt

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

Start Hunting!

Translated by