symbolic state space representation & transfer function

102 views (last 30 days)
How to enter state space model symbolically and convert it to a symbolic transfer function as well?
Thanks in advance
  2 Comments
Abdulaziz AlKuwari
Abdulaziz AlKuwari on 27 Jan 2014
Let the A matrix for example to be A = [X Y, Q Z] If I entered the symbols and tried to transfer the State space representation of the model to a transfer Function, MATLAB will generate an error saying that X, Y,and Z are not defined. I need yo move from state space to transfer function symbolically (without initializing X, Y, Z,..)
I Wish it is clear

Sign in to comment.

Accepted Answer

Ryan G
Ryan G on 28 Jan 2014
Symbolic representation is not compatible with the controls tools. You would have to do this manually.

More Answers (1)

waell telmesani
waell telmesani on 17 Oct 2018

Community Treasure Hunt

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

Start Hunting!