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 Commenti

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.

Accedi per commentare.

 Risposta accettata

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

Più risposte (0)

Richiesto:

il 2 Dic 2022

Risposto:

il 2 Dic 2022

Community Treasure Hunt

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

Start Hunting!

Translated by