フィルターのクリア

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

3 ビュー (過去 30 日間)
Unrecognized function or variable 'tsalm'.

回答 (1 件)

KSSV
KSSV 2022 年 10 月 29 日
If T is your array; just do:
T_normalized = (T-mean(T))/std(T) ;

カテゴリ

Help Center および File ExchangeData Types についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by