Tangle matlab files without comments

This commit is contained in:
2025-03-28 16:41:26 +01:00
parent b5e07eeedc
commit 8d97690c5c
11 changed files with 401 additions and 1712 deletions

View File

@@ -1,5 +1,3 @@
% =computeSimultaneousDamping=
function [xi_min] = computeSimultaneousDamping(g, G, K)
[~, xi] = damp(minreal(feedback(G, g*K), [], false));
xi_min = 1/min(xi);

View File

@@ -1,5 +1,3 @@
% =rootLocusPolesSorted=
function [poles] = rootLocusPolesSorted(G, K, gains, args)
% rootLocusPolesSorted -
%