From 127b2eb6ef6c3b7e7f7aa9c742a06765cab8f87d Mon Sep 17 00:00:00 2001 From: Girard Antoine <antoine.girard@centralesupelec.fr> Date: Mon, 22 Jan 2024 16:44:18 +0000 Subject: [PATCH] Upload New File --- main.m | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 main.m diff --git a/main.m b/main.m new file mode 100644 index 0000000..504470a --- /dev/null +++ b/main.m @@ -0,0 +1,15 @@ +%% Tutorial example on symbolic control +%% Author: Antoine GIRARD, Université Paris-Saclay, CNRS, CentraleSupélec, Laboratoire des signaux et systèmes, 91190, Gif-sur-Yvette, France. +%% Date: 2024 + +% Abstraction + +symb_abs; + +% Controller synthesis + +symb_synth; + +% Simulation + +symb_sim; \ No newline at end of file -- GitLab