Standard deviation of 2D array

5 visualizaciones (últimos 30 días)
Turbulence Analysis
Turbulence Analysis el 6 de Nov. de 2021
Comentada: Star Strider el 6 de Nov. de 2021
Hi,
I am trying to calculate the standard deviation of 2D array 'v' of dimesnion 89 x 97.
I have tried as follows ,but it returns the output in the form of 1 x 97 instread of 89 x 97. Could someone help me with this
V1 = std (v);

Respuesta aceptada

Star Strider
Star Strider el 6 de Nov. de 2021
The standard deviation of a scalar is 0 so the result is —
standard_deviation_v = zeros(size(v))
in this instance.
.
  4 comentarios
Turbulence Analysis
Turbulence Analysis el 6 de Nov. de 2021
Ok, I will look into this..
Star Strider
Star Strider el 6 de Nov. de 2021
Thank you.
.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Acoustics, Noise and Vibration en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by