How to write code for this?

1 回表示 (過去 30 日間)
Ara
Ara 2022 年 6 月 5 日
コメント済み: Stephen Tete 2022 年 11 月 14 日
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.

採用された回答

KSSV
KSSV 2022 年 6 月 5 日
x = rand(100,1) ;
y = sqrt(mean(x.^2)-mean(x)^2)
y = 0.2657
  4 件のコメント
Ara
Ara 2022 年 6 月 5 日
編集済み: Ara 2022 年 6 月 6 日
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 2022 年 11 月 14 日
Kindly check the code again that is not how to calculate ROI

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeCommunications Toolbox についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by