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 CenterFile Exchange 中查找有关 Earth, Ocean, and Atmospheric Sciences 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by