Azzera filtri
Azzera filtri

how can i normalize a 2d matrices??

5 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)

Categorie

Scopri di più su Denoising and Compression in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by