PLS_Toolbox Documentation: mncn | < mlrengine | modelselector > |
mncn
Purpose
Mean center data matrices.
Synopsis
[mcx,mx] = mncn(x,options)
Description
MNCN mean centers a matrix x and returns a matrix mcx with mean zero columns and a vector of means mx used to center the data.
See Also
auto, medcn, normaliz, npreprocess, regcon, rescale, scale
< mlrengine | modelselector > |