minreal

Control Systems

Minimal realization via pole-zero cancellation. Removes common poles and zeros from a transfer function within tolerance 1e-6. Returns simplified TF.

Syntax

minreal(sys)

Examples

H = tf([1, 1], [1, 2, 1]); Hmin = minreal(H) % cancels (s+1)/(s+1)^2 = 1/(s+1)
▶ Run
H = tf([1, -1, -2], [1, 0, -4]); minreal(H)
▶ 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.