From 868d27134a48f3de23139e873b867dba46b0d5ec Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Tue, 14 May 2024 01:05:15 +0200 Subject: Improve console output --- uav_sim_step_hinf.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uav_sim_step_hinf.m') 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)'; -- cgit v1.2.1