Borrar filtros
Borrar filtros

how can i normalize a 2d matrices??

5 visualizaciones (últimos 30 días)
SUMIT
SUMIT el 16 de Dic. de 2013
Respondida: Matt J el 16 de Dic. de 2013
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 Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by