From a57bb4f5ec1ce00496b1f9db37a128223cb7f863 Mon Sep 17 00:00:00 2001 From: James Forbes Date: Thu, 14 Dec 2023 15:37:06 -0500 Subject: [PATCH] Fix typo in Hinf synthesis example header --- examples/scherer_etal_ex7_Hinf_hinfsyn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/scherer_etal_ex7_Hinf_hinfsyn.py b/examples/scherer_etal_ex7_Hinf_hinfsyn.py index bdbdba01f..bac4338af 100644 --- a/examples/scherer_etal_ex7_Hinf_hinfsyn.py +++ b/examples/scherer_etal_ex7_Hinf_hinfsyn.py @@ -1,6 +1,6 @@ """Hinf design using hinfsyn. -Demonstrate Hinf design for a SISO plant using h2syn. Based on [1], Ex. 7. +Demonstrate Hinf design for a SISO plant using hinfsyn. Based on [1], Ex. 7. [1] Scherer, Gahinet, & Chilali, "Multiobjective Output-Feedback Control via LMI Optimization", IEEE Trans. Automatic Control, Vol. 42, No. 7, July 1997.