From d55ee577db482a50a57082d9987e65952a432581 Mon Sep 17 00:00:00 2001 From: Martina Maggio <maggio.martina@gmail.com> Date: Tue, 14 May 2019 15:08:28 +0200 Subject: [PATCH] adding control toolbox --- artifact/README | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/artifact/README b/artifact/README index 88e23d8..6074142 100644 --- a/artifact/README +++ b/artifact/README @@ -30,9 +30,11 @@ Requirements for the code execution: * The code requires: a C++ compiler, MATLAB, and a bash shell. The code has been tested with clang++ on Mac OS and g++ on Linux and - with different versions of MATLAB (from R2012 to R2016a). - Finally, the code requires a full version of latex installed for - the generation of the figures (that uses tikz and pgfplots). + with different versions of MATLAB (from R2012 to R2016a). In + MATLAB, the code uses the Control Toolbox (which implements + functions like 'ss'). Finally, the code requires a full version + of latex installed for the generation of the figures (that uses + tikz and pgfplots). The artifact has the following folder structure: -- GitLab