normalizing row of a matrix?

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)

Asked:

on 3 Apr 2018

Answered:

on 3 Apr 2018

Community Treasure Hunt

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

Start Hunting!