Effacer les filtres
Effacer les filtres

The mean of a subset of data

2 vues (au cours des 30 derniers jours)
John
John le 7 Jan 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

Réponse acceptée

José-Luis
José-Luis le 7 Jan 2013
mean(your_data(your_data>0));

Plus de réponses (0)

Catégories

En savoir plus sur Get Started with MATLAB dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by