kpure — continuous SISO system limit feedback gain
K=kpure(sys [,tol]) [K,R]=kpure(sys [,tol])
SISO linear system (syslin)
vector with 2 elements [epsK epsI]. epsK is a tolerance used to determine if two values of K can be considered as equal epsI is a tolerance used to determine if a root is imaginary or not. The default value is [1e-6 1e-6 ]
Real vector, the vector of gains for which at least one closed loop pole is imaginary.
Complex vector, the imaginary closed loop poles associated with the values of K.
K=kpure(sys) computes the gains K such that the system
sys feedback by K(i) (sys/.K(i)) has poles on imaginary axis.