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 comentarios

sys = tf(numerator,denominator)
Please have a look at:
https://www.mathworks.com/help/control/ref/tf.html
aiman
aiman el 2 de Dic. de 2022
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 .
Sam Chak
Sam Chak el 2 de Dic. de 2022
Please show what you have and we will advise the next course of action.

Iniciar sesión para comentar.

 Respuesta aceptada

aiman
aiman el 2 de Dic. de 2022

0 votos

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

Más respuestas (0)

Etiquetas

Preguntada:

el 2 de Dic. de 2022

Respondida:

el 2 de Dic. de 2022

Community Treasure Hunt

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

Start Hunting!

Translated by