diff options
| author | dkazanc <dkazanc@hotmail.com> | 2019-05-15 11:06:31 +0100 |
|---|---|---|
| committer | dkazanc <dkazanc@hotmail.com> | 2019-05-15 11:06:31 +0100 |
| commit | 4cb85a3009859ebb6369f27d6e3d775469da50a2 (patch) | |
| tree | 563bc8078f61aa03c86bf45973d662a39a840bbf /demos/Matlab_demos | |
| parent | d000db76c60654cdb0b07ea7f7967ceeebfbd73a (diff) | |
fix to cmakelists file
Diffstat (limited to 'demos/Matlab_demos')
| -rw-r--r-- | demos/Matlab_demos/demoMatlab_denoise.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/Matlab_demos/demoMatlab_denoise.m b/demos/Matlab_demos/demoMatlab_denoise.m index 5af927f..12d5570 100644 --- a/demos/Matlab_demos/demoMatlab_denoise.m +++ b/demos/Matlab_demos/demoMatlab_denoise.m @@ -2,9 +2,9 @@ clear; close all fsep = '/'; -Path1 = sprintf(['..' fsep '..' fsep 'src' fsep 'Matlab' fsep 'mex_compile' fsep 'installed'], 1i); Path2 = sprintf(['..' fsep 'data' fsep], 1i); Path3 = sprintf(['..' fsep '..' fsep 'src' fsep 'Matlab' fsep 'supp'], 1i); +Path1 = sprintf(['..' fsep '..' fsep 'src' fsep 'Matlab' fsep 'mex_compile' fsep 'installed'], 1i); addpath(Path1); addpath(Path2); addpath(Path3); |
