How to have normalize data around the average for the column in MATLAB? -
I am trying to take a matrix and try to normalize the values in each cell around the average for that column I am doing Normally I mean decrease the value from the mean value of that column in each column i. Decrease the meanings by the values of column 1 of column 1 ... Decrease the values in column N of columns. I'm looking for script in mytube thanks!
You can use the function to get the meaning of each column, then to reduce that Function from each column:
m = bsxfun (@ zero, m, mean (m));
Comments
Post a Comment