diff options
author | Nao Pross <np@0hm.ch> | 2024-05-14 01:05:15 +0200 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2024-05-14 01:05:15 +0200 |
commit | 868d27134a48f3de23139e873b867dba46b0d5ec (patch) | |
tree | 0d5c98573a2c95cc225e149c106335d640c11c2c /uav_sim_step_hinf.m | |
parent | Prepare structure for endterm (diff) | |
download | uav-868d27134a48f3de23139e873b867dba46b0d5ec.tar.gz uav-868d27134a48f3de23139e873b867dba46b0d5ec.zip |
Improve console output
Diffstat (limited to '')
-rw-r--r-- | uav_sim_step_hinf.m | 2 |
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)'; |