I have to define ||Z||2,1 in matlab programming form.
7 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
GHUFRAN AHMAD KHAN
am 11 Mai 2019
Bearbeitet: MohammadReza Jabbari (Jabari)
am 11 Sep. 2020
i want to define L2,1 in programming form so anyone suggest some solution?
0 Kommentare
Antworten (2)
Steven Lord
am 11 Mai 2019
Use the norm function to compute the 1-norm or 2-norm of a matrix or vector.
MohammadReza Jabbari (Jabari)
am 11 Sep. 2020
Bearbeitet: MohammadReza Jabbari (Jabari)
am 11 Sep. 2020
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 Kommentare
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!