argmin function
Mostrar comentarios más antiguos
I am performing Sparse Representation-based Classification (SRC)algorithm ,In that i have completed 2 stepls ,till L2 NORMALISATION .now i want to perform L1 normalisation ,i have performed norm(A,1) is it correct ?,for this i want to find argminx||x||,lease tell hoe to perform
Respuestas (1)
Andrei Bobrov
el 5 de Mayo de 2012
norm(A(:),-inf)
OR:
min(A(:))
1 comentario
kash
el 5 de Mayo de 2012
Categorías
Más información sobre Denoising and Compression en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!