diff options
author | Daniil Kazantsev <dkazanc@hotmail.com> | 2019-05-15 14:51:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-15 14:51:44 +0100 |
commit | 5fb5be32360bab1b6619bcef192dde0878d014ff (patch) | |
tree | 402aa4670dbbb6412df21441180940ebaace8551 /demos | |
parent | e8712929c6c18fb0799fcd60489692d809d95e89 (diff) | |
parent | 1207b14fa2fac7f8b83280d75884ad3a62e57e75 (diff) | |
download | regularization-5fb5be32360bab1b6619bcef192dde0878d014ff.tar.gz regularization-5fb5be32360bab1b6619bcef192dde0878d014ff.tar.bz2 regularization-5fb5be32360bab1b6619bcef192dde0878d014ff.tar.xz regularization-5fb5be32360bab1b6619bcef192dde0878d014ff.zip |
Merge pull request #122 from vais-ral/matlab_fix
fix to cmakelists file
Diffstat (limited to '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); |