Borrar filtros
Borrar filtros

How to write code for this?

5 visualizaciones (últimos 30 días)
Ara
Ara el 5 de Jun. de 2022
Comentada: Stephen Tete el 14 de Nov. de 2022
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.

Respuesta aceptada

KSSV
KSSV el 5 de Jun. de 2022
x = rand(100,1) ;
y = sqrt(mean(x.^2)-mean(x)^2)
y = 0.2657
  4 comentarios
Ara
Ara el 5 de Jun. de 2022
Editada: Ara el 6 de Jun. de 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 el 14 de Nov. de 2022
Kindly check the code again that is not how to calculate ROI

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Earth, Ocean, and Atmospheric Sciences en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by