Mercurial > hg > audio-degradation-toolbox
changeset 23:48e065a17454 version0.2
now path includes all subdirs in demo scripts
author | matthiasm |
---|---|
date | Mon, 04 Nov 2013 11:11:08 -0200 |
parents | 05664e036f02 |
children | 804a31883aed |
files | demo_degradationUnits.m demo_degradations.m |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/demo_degradationUnits.m Mon Nov 04 11:08:46 2013 -0200 +++ b/demo_degradationUnits.m Mon Nov 04 11:11:08 2013 -0200 @@ -22,7 +22,7 @@ clear close all -addpath(fullfile(pwd,'AudioDegradationToolbox')); +addpath(genpath(fullfile(pwd,'AudioDegradationToolbox'))); pathOutputDemo = 'demoOutput/'; if ~exist(pathOutputDemo,'dir'), mkdir(pathOutputDemo); end
--- a/demo_degradations.m Mon Nov 04 11:08:46 2013 -0200 +++ b/demo_degradations.m Mon Nov 04 11:11:08 2013 -0200 @@ -22,7 +22,7 @@ clear -addpath(fullfile(pwd,'AudioDegradationToolbox')); +addpath(genpath(fullfile(pwd,'AudioDegradationToolbox'))); pathOutputDemo = 'demoOutput/'; if ~exist(pathOutputDemo,'dir'), mkdir(pathOutputDemo); end