how can i normalize a 2d matrices??
13 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
SUMIT
el 16 de Dic. de 2013
Respondida: Matt J
el 16 de Dic. de 2013
how can i normalize a 2d matrices??
1 comentario
Respuesta aceptada
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)
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Image Segmentation and Analysis 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!