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 ExchangeDenoising 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