how can i normalize a 2d matrices??

 Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre Denoising and Compression en Centro de ayuda y File Exchange.

Preguntada:

el 16 de Dic. de 2013

Respondida:

el 16 de Dic. de 2013

Community Treasure Hunt

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

Start Hunting!

Translated by