comparison examples/Image Denoising/SMALL_ImgDenoise_DL_test_SPAMS_lambda.m @ 217:8b3c71bb44eb luisf_dev

Removed "clear all" from example scripts (subs by "clear" instead)
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Thu, 22 Mar 2012 14:41:04 +0000
parents 9c418bea7f6a
children
comparison
equal deleted inserted replaced
216:a986ee86651e 217:8b3c71bb44eb
20 % published by the Free Software Foundation; either version 2 of the 20 % published by the Free Software Foundation; either version 2 of the
21 % License, or (at your option) any later version. See the file 21 % License, or (at your option) any later version. See the file
22 % COPYING included with this distribution for more information. 22 % COPYING included with this distribution for more information.
23 %% 23 %%
24 24
25 clear all; 25 clear;
26 26
27 %% Load an image 27 %% Load an image
28 TMPpath=pwd; 28 TMPpath=pwd;
29 FS=filesep; 29 FS=filesep;
30 [pathstr1, name, ext] = fileparts(which('SMALLboxSetup.m')); 30 [pathstr1, name, ext] = fileparts(which('SMALLboxSetup.m'));