How to write code for this?

조회 수: 4 (최근 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에서 Structures에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by