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

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개)

카테고리

도움말 센터File Exchange에서 Numerical Integration and Differential Equations에 대해 자세히 알아보기

질문:

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