| Products & Services | Solutions | Academia | Support | User Community | Company |
| Download Product Updates | | | Get Pricing | | | Trial Software |
| Documentation → MATLAB |
| Contents | Index |
| Learn more about MATLAB |
[b,a] = ss2tf(A,B,C,D,iu)
ss2tf converts a state-space representation of a given system to an equivalent transfer function representation.
[b,a] = ss2tf(A,B,C,D,iu) returns the transfer function
![]()
of the system
![]()
from the iu-th input. Vector a contains the coefficients of the denominator in descending powers of s. The numerator coefficients are returned in array b with as many rows as there are outputs y. ss2tf also works with systems in discrete time, in which case it returns the z-transform representation.
The ss2tf function is part of the standard MATLAB language.
The ss2tf function uses poly to find the characteristic polynomial det(sI-A) and the equality:
![]()
![]() | squeeze | sscanf | ![]() |

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2009- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |