normalizing row of a matrix?

6 views (last 30 days)
vedesh Mohit
vedesh Mohit on 3 Apr 2018
Answered: KSSV on 3 Apr 2018
Hey I have a matrix x=[ 1 0 7; 2 0 0; 3 0 9]; i would like to know if there is a way to normalize this data to a mean 0 and variance 1 according to the rows independently?

Accepted Answer

KSSV
KSSV on 3 Apr 2018
If you have Neural Network toolbox have a look on: mapstd

More Answers (0)

Community Treasure Hunt

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

Start Hunting!