Skip to content

Commit

Permalink
Merge pull request #12 from jiayuzhou/pr/11
Browse files Browse the repository at this point in the history
Pr/11
  • Loading branch information
jiayuzhou authored Feb 27, 2017
2 parents b492cf6 + b913e88 commit fb97515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/example_Dirty.m
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
rho_1 = 350;% rho1: group sparsity regularization parameter
rho_2 = 10;% rho2: elementwise sparsity regularization parameter

[W funcVal P Q] = Least_Dirty(X, Y, rho_1, rho_2, opts);
[W, funcVal, P, Q] = Least_Dirty(X, Y, rho_1, rho_2, opts);



Expand Down

0 comments on commit fb97515

Please sign in to comment.