operator function'=='

Check whether two transfer functions are identical

Inputs

TypeNameDefaultDescription
TransferFunctiontf1Transfer function system 1
TransferFunctiontf2Transfer function system 1
Realeps0Two coefficients c1 and c2 of the two transfer functions are identical if abs(c1-c2) <= eps

Outputs

TypeNameDefaultDescription
Booleanresult= tf1 == tf2