How to write for loop to subtract the mean from each data point of the variables?

1 vue (au cours des 30 derniers jours)
Vanessa Arp
Vanessa Arp le 24 Avr 2020
I have been struggling... How do you write for loop to subract the mean value?

Réponses (1)

the cyclist
the cyclist le 24 Avr 2020
Why use a for loop?
x - mean(x)

Catégories

En savoir plus sur Loops and Conditional Statements dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by