Tangle matlab files without comments
This commit is contained in:
@@ -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);
|
||||
|
@@ -1,5 +1,3 @@
|
||||
% =rootLocusPolesSorted=
|
||||
|
||||
function [poles] = rootLocusPolesSorted(G, K, gains, args)
|
||||
% rootLocusPolesSorted -
|
||||
%
|
||||
|
Reference in New Issue
Block a user