I have to define ||Z||2,1 in matlab programming form.
1 回表示 (過去 30 日間)
古いコメントを表示
i want to define L2,1 in programming form so anyone suggest some solution?
0 件のコメント
回答 (2 件)
Steven Lord
2019 年 5 月 11 日
Use the norm function to compute the 1-norm or 2-norm of a matrix or vector.
MohammadReza Jabbari (Jabari)
2020 年 9 月 11 日
編集済み: MohammadReza Jabbari (Jabari)
2020 年 9 月 11 日
Hi, Use "norms(X,p,dim)" in CVX environment :
http://ask.cvxr.com/t/could-l21-norm-be-built-in-objective-function/4351?u=mohammad_reza_jabbar
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Startup and Shutdown についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!