diff examples/Pierre Villars/Pierre_Villars_Example.m @ 220:0d30f9074dd9

Merge
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Wed, 11 Apr 2012 15:56:39 +0100
parents 8b3c71bb44eb
children
line wrap: on
line diff
--- a/examples/Pierre Villars/Pierre_Villars_Example.m	Wed Sep 07 14:17:55 2011 +0100
+++ b/examples/Pierre Villars/Pierre_Villars_Example.m	Wed Apr 11 15:56:39 2012 +0100
@@ -19,7 +19,7 @@
 %
 %%
 
-clear all;
+clear;
 
 %   Defining the Problem structure
 
@@ -44,14 +44,10 @@
 psnr = zeros(1,n);
 
 for i=1:n
-    
-    
     %   Set reconstruction function
     
     SMALL.Problem.reconstruct=@(x) Pierre_reconstruct(x, SMALL.Problem);
     
-   
-    
     %   Defining the parameters sparse representation
     SMALL.solver(i)=SMALL_init_solver;
     SMALL.solver(i).toolbox='SMALL';