MATLAB: Is the Krall and Fornaro’s method not implemented to obtain root locus for systems with time delay in the Control Systems Toolbox 8.1 (R2008a)

Control System Toolbox

To obtain the root locus for systems with time delay, I need to first get a transfer function with the Pade approximation using the PADE command in the Control Systems Toolbox. I am wondering why I cannot use not Krall and Fornaro's algorithm, which takes the delay directly as an input:

Best Answer

Control Systems Toolbox 8.1 (R2008a) does not implement the Krall and Fornaro's algorithm for root locus of systems with time delays.
As a workaround, you can obtain a system transfer function using the Pade approximation (see help for PADE command in the Control Systems Toolbox), and then obtain the root locus.