how can i normalize a 2d matrices??

 Accepted Answer

Examples
A=A/norm(A)
A=A/norm(A,1)
A=A/norm(A,'fro')
A=A/norm(A,inf)

More Answers (0)

Categories

Asked:

on 16 Dec 2013

Answered:

on 16 Dec 2013

Community Treasure Hunt

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

Start Hunting!