standard deviation array double

 Respuesta aceptada

Image Analyst
Image Analyst el 3 de Mzo. de 2019
Use std():
sd = std(yourDoubleArray(:))

1 comentario

If you're using release R2018b or later you can use the 'all' flag to compute the standard deviation of the array as a whole.
std(yourDoubleArray, 0, 'all')

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Creating and Concatenating Matrices en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 3 de Mzo. de 2019

Comentada:

el 3 de Mzo. de 2019

Community Treasure Hunt

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

Start Hunting!

Translated by