summaryrefslogtreecommitdiffstats
path: root/uav_sim_step_hinf.m
diff options
context:
space:
mode:
authorNao Pross <np@0hm.ch>2024-05-14 01:05:15 +0200
committerNao Pross <np@0hm.ch>2024-05-14 01:05:15 +0200
commit868d27134a48f3de23139e873b867dba46b0d5ec (patch)
tree0d5c98573a2c95cc225e149c106335d640c11c2c /uav_sim_step_hinf.m
parentPrepare structure for endterm (diff)
downloaduav-868d27134a48f3de23139e873b867dba46b0d5ec.tar.gz
uav-868d27134a48f3de23139e873b867dba46b0d5ec.zip
Improve console output
Diffstat (limited to '')
-rw-r--r--uav_sim_step_hinf.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/uav_sim_step_hinf.m b/uav_sim_step_hinf.m
index 71510b8..5e448a1 100644
--- a/uav_sim_step_hinf.m
+++ b/uav_sim_step_hinf.m
@@ -20,7 +20,7 @@ P_nom_clp = minreal(usys_clp(...
[model.uncertain.index.OutputError;
model.uncertain.index.OutputNominal;
model.uncertain.index.OutputPlots], ...
- model.uncertain.index.InputExogenous));
+ model.uncertain.index.InputExogenous), [], false);
% Indices for exogenous inputs
Iwwind = (1:3)';