I have to define ||Z||2,1 in matlab programming form.
Show older comments
i want to define L2,1 in programming form so anyone suggest some solution?
Answers (2)
Steven Lord
on 11 May 2019
1 vote
Use the norm function to compute the 1-norm or 2-norm of a matrix or vector.
1 Comment
GHUFRAN AHMAD KHAN
on 12 May 2019
MohammadReza Jabbari (Jabari)
on 11 Sep 2020
Edited: MohammadReza Jabbari (Jabari)
on 11 Sep 2020
0 votes
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
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!