ss2tf

Control Systems

Convert state-space to transfer function. Returns {num, den} polynomial coefficients. Can accept an SSObject or 4 separate matrices.

Syntax

ss2tf(A, B, C, D)
ss2tf(sys)

Examples

ss2tf([0 1; -2 -3], [0; 1], [1 0], [0])
▶ Run
ss2tf(tf2ss([1], [1, 2, 1]))
▶ Run

See Also

Try SimLab — Free MATLAB® Alternative

466 functions. Runs in your browser. No install.

Open SimLab

Stay Updated

Get notified about new simulations and tools. We send 1-2 emails per month.