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 件のコメント

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

サインインしてコメントする。

 採用された回答

aiman
aiman 2022 年 12 月 2 日

0 投票

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

その他の回答 (0 件)

カテゴリ

質問済み:

2022 年 12 月 2 日

回答済み:

2022 年 12 月 2 日

Community Treasure Hunt

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

Start Hunting!

Translated by