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

1 view (last 30 days)
I need to calculate the standard deviation to differentiate between normal and struggle for my behavioral study.

Accepted Answer

Roger Stafford
Roger Stafford on 10 May 2016
s = std(V(601:650));

More Answers (0)

Categories

Find more on Creating and Concatenating Matrices in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!