mass spring damper transfer function

I've found the equations of motion for a 2dofs system and found the Laplace equtions,which method is used in matlab to find the transfer function from those equations ?
Thanks in advance for help.

3 Comments

sys = tf(numerator,denominator)
Please have a look at:
https://www.mathworks.com/help/control/ref/tf.html
yeah this if I already computed the TF, but what i need is finding the TF itself using the established equtions .BTW the equations are long to find transfer function manually .
Please show what you have and we will advise the next course of action.

Sign in to comment.

 Accepted Answer

aiman
aiman on 2 Dec 2022
Thanks everyone, I've found how to implement that using Cramer's rule and using matrices properties in matlab

More Answers (0)

Asked:

on 2 Dec 2022

Answered:

on 2 Dec 2022

Community Treasure Hunt

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

Start Hunting!