Effacer les filtres
Effacer les filtres

Hi, I have data of temperature that need normalized, subtract by the mean temperature and divide by its standard deviation

3 vues (au cours des 30 derniers jours)
Unrecognized function or variable 'tsalm'.

Réponses (1)

KSSV
KSSV le 29 Oct 2022
If T is your array; just do:
T_normalized = (T-mean(T))/std(T) ;

Catégories

En savoir plus sur Data Types 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