From 276e362e3bf7f227331939197bb1d681297b50e5 Mon Sep 17 00:00:00 2001 From: JesperLH Date: Thu, 21 Feb 2019 18:14:11 -0500 Subject: [PATCH] Forgot path to folder with experiments --- run_experiments_eusipco.m | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/run_experiments_eusipco.m b/run_experiments_eusipco.m index 5e2a3de..83f6533 100644 --- a/run_experiments_eusipco.m +++ b/run_experiments_eusipco.m @@ -1,11 +1,13 @@ %% Run Experiments for EUSIPCO-2019 -% Runs the experiments described in [1]. +% Runs the experiments described in [1]. All experiments were run using +% MATLAB version "9.1.0.441655 (R2016b)" % % [1] Hinrich, J. L. and Mørup, M., Probabilistic Tensor Train Decomposition. % https://github.com/JesperLH/prob-tt % addpath(genpath('./requiredfunctions')) +addpath('./eusipco/') %addpath(genpath('../ncptensor')) %addpath(genpath('../tools'))