comparison examples/Image Denoising/SMALL_ImgDenoise_DL_test_Training_size.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
31 % published by the Free Software Foundation; either version 2 of the 31 % published by the Free Software Foundation; either version 2 of the
32 % License, or (at your option) any later version. See the file 32 % License, or (at your option) any later version. See the file
33 % COPYING included with this distribution for more information.%% 33 % COPYING included with this distribution for more information.%%
34 %% 34 %%
35 35
36 clear all; 36 clear;
37 37
38 %% Load an image 38 %% Load an image
39 TMPpath=pwd; 39 TMPpath=pwd;
40 FS=filesep; 40 FS=filesep;
41 [pathstr1, name, ext] = fileparts(which('SMALLboxSetup.m')); 41 [pathstr1, name, ext] = fileparts(which('SMALLboxSetup.m'));