summaryrefslogtreecommitdiffstats
path: root/templates/simulate_uncertain.m
diff options
context:
space:
mode:
Diffstat (limited to 'templates/simulate_uncertain.m')
-rw-r--r--templates/simulate_uncertain.m11
1 files changed, 0 insertions, 11 deletions
diff --git a/templates/simulate_uncertain.m b/templates/simulate_uncertain.m
deleted file mode 100644
index dc9df26..0000000
--- a/templates/simulate_uncertain.m
+++ /dev/null
@@ -1,11 +0,0 @@
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% Copyright (c) 2023, Amon Lahr, Simon Muntwiler, Antoine Leeman & Fabian Flürenbrock Institute for Dynamic Systems and Control, ETH Zurich.
-%
-% All rights reserved.
-%
-% Please see the LICENSE file that has been included as part of this package.
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
-function [Xt,Ut,ctrl_info] = simulate_uncertain(x0, ctrl, Wt, params)
- % YOUR CODE HERE
-end \ No newline at end of file