argmin function

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

답변 (1개)

Andrei Bobrov
Andrei Bobrov 2012년 5월 5일

0 개 추천

norm(A(:),-inf)
OR:
min(A(:))

댓글 수: 1

kash
kash 2012년 5월 5일
Thanks andrei can u help me in finding the residuals please
in SRC ALGORITHM
http://www.sendspace.com/file/vj5fhi
page num 5 ,step 4 and 5 ,please help

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Denoising and Compression에 대해 자세히 알아보기

질문:

2012년 5월 5일

Community Treasure Hunt

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

Start Hunting!

Translated by