how can i normalize a 2d matrices??

7 views (last 30 days)
SUMIT
SUMIT on 16 Dec 2013
Answered: Matt J on 16 Dec 2013
how can i normalize a 2d matrices??

Accepted Answer

Matt J
Matt J on 16 Dec 2013
Examples
A=A/norm(A)
A=A/norm(A,1)
A=A/norm(A,'fro')
A=A/norm(A,inf)

More Answers (0)

Categories

Find more on Denoising and Compression in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!