How to calculate standard deviation for some SPECIFIC element (say starting from 601th to 650th element) of an array using MATLAB?

1 visualización (últimos 30 días)
I need to calculate the standard deviation to differentiate between normal and struggle for my behavioral study.

Respuesta aceptada

Roger Stafford
Roger Stafford el 10 de Mayo de 2016
s = std(V(601:650));

Más respuestas (0)

Categorías

Más información sobre Creating and Concatenating Matrices 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