how can i normalize a 2d matrices??

 Risposta accettata

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

Più risposte (0)

Categorie

Richiesto:

il 16 Dic 2013

Risposto:

il 16 Dic 2013

Community Treasure Hunt

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

Start Hunting!

Translated by