The mean of a subset of data

3 visualizzazioni (ultimi 30 giorni)
John
John il 7 Gen 2013
Hello,
I have a vector of acceleration values, both positive and negative negative numbers.
How could I find the mean value of the values greater than 0 only? i.e. the mean positive acceleration?
Thank you

Risposta accettata

José-Luis
José-Luis il 7 Gen 2013
mean(your_data(your_data>0));

Più risposte (0)

Categorie

Scopri di più su Get Started with MATLAB in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by