Centering Each Column of a matrix to its mean

This function centers each column of a matrix to its mean.
348 descargas
Actualizado 27 abr 2011

Ver licencia

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

Citar como

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. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2007b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Engines & Motors en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0