how can i normalize a 2d matrices??

12 visualizzazioni (ultimi 30 giorni)
SUMIT
SUMIT il 16 Dic 2013
Risposto: Matt J il 16 Dic 2013
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)

Community Treasure Hunt

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

Start Hunting!

Translated by