how can i get transferfunction for 4th order state equations

i need transfer function of state equations which is having $ variables in that Matrix
A= 4*4 matrix
B= 4*1
C=1*4
so can i get inverse of 4*4 matrix in matlab

回答(1 个)

You can use inv function
inv(A)
But what this has to do with state space representation?

类别

帮助中心File Exchange 中查找有关 Symbolic Math Toolbox 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by