Centering Each Column of a matrix to its mean

バージョン 1.0.0.0 (1.22 KB) 作成者: B H Sri Hari
This function centers each column of a matrix to its mean.
ダウンロード: 348
更新 2011/4/27

ライセンスの表示

Let the input to this function be X, an m x n matrix. Also, let Y be the output. This function does the following.

Y(:,i) = X(:,i) - mean(X(:,i)), for i = 1 to n

引用

B H Sri Hari (2024). Centering Each Column of a matrix to its mean (https://www.mathworks.com/matlabcentral/fileexchange/31212-centering-each-column-of-a-matrix-to-its-mean), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2007b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersEngines & Motors についてさらに検索
タグ タグを追加

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0