From 45b910444f0da8b696a072f3145d703ad33f362a Mon Sep 17 00:00:00 2001 From: Thomas Dehaeze Date: Fri, 4 Jul 2025 22:04:28 +0200 Subject: [PATCH] Typo --- B3-control/detail_control_2_decoupling.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/B3-control/detail_control_2_decoupling.m b/B3-control/detail_control_2_decoupling.m index 20eb0c6..4046b6f 100644 --- a/B3-control/detail_control_2_decoupling.m +++ b/B3-control/detail_control_2_decoupling.m @@ -131,7 +131,7 @@ plot(freqs, abs(squeeze(freqresp(G_CoK(3, 1), freqs, 'Hz'))), 'color', [0,0,0,0. 'DisplayName', '$R_{z,\{K\}}/F_{x,\{K\}}$'); hold off; set(gca, 'XScale', 'log'); set(gca, 'YScale', 'log'); -xlabel('Frequency [Hz]'); ylabel('Kagnitude'); +xlabel('Frequency [Hz]'); ylabel('Magnitude'); ylim([1e-10, 1e-3]); leg = legend('location', 'southeast', 'FontSize', 8, 'NumColumns', 2); leg.ItemTokenSize(1) = 18;