Skip to content

Commit

Permalink
remove the extraneous scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
sunju committed Apr 26, 2015
1 parent c129ebd commit 448bc92
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions landscape/plot_obj_LSE.m
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
%
%
% Code written by Ju Sun, Qing Qu and John Wright.
% Last updated: Sat 25 Apr 2015 05:25:23 PM EDT
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Last updated: Sat 25 Apr 2015 10:29:09 PM EDT
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

rng(1,'twister'); % fix the seed for random number generation

Expand All @@ -22,7 +22,7 @@
numPts = length(tVec) * length(thetaVec);

mu = 1/50;% smoothing parameters
theta = 0.9;% sparsity
theta = 0.1;% sparsity
p = 100000;% number of samples

% data model selection:
Expand Down
6 changes: 3 additions & 3 deletions landscape/plot_obj_LSE.m~
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ clc;close all; clear all;
%
%
% Code written by Ju Sun, Qing Qu and John Wright.
% Last updated: Sat 25 Apr 2015 05:25:23 PM EDT
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Last updated: Sat 25 Apr 2015 10:29:09 PM EDT
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

rng(1,'twister'); % fix the seed for random number generation

Expand All @@ -22,7 +22,7 @@ thetaVec = 0:.02:2*pi;
numPts = length(tVec) * length(thetaVec);

mu = 1/50;% smoothing parameters
theta = 0.9;% sparsity
theta = 0.1;% sparsity
p = 100000;% number of samples

% data model selection:
Expand Down

0 comments on commit 448bc92

Please sign in to comment.