From 28a4634136eb1bc082e0feaba4f4a78fc177d15e Mon Sep 17 00:00:00 2001 From: Claudio <claudio.mandrioli@control.lth.se> Date: Wed, 27 Feb 2019 12:53:13 +0100 Subject: [PATCH] added readme for matlab scripts --- matlab/README.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 matlab/README.txt diff --git a/matlab/README.txt b/matlab/README.txt new file mode 100644 index 0000000..299fd44 --- /dev/null +++ b/matlab/README.txt @@ -0,0 +1,11 @@ +this folder contains the code for the matlab experiments. + +Run in matlab the scripts: + main_car.m + main_cycling.m +for the single-trace experiments. + +Run in matlab the scripts: + main_tradeoff_car.m + main_tradeoff_cycling.m +for the tradeoff experiments. -- GitLab