is it possible to convert second or higher order differential equation in s domain i.e. transfer function. directly how?

조회 수: 46 (최근 30일)
is it possible to convert second or higher order differential equation in s domain i.e. transfer function...directly

채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2013년 2월 15일
편집: Azzi Abdelmalek 2013년 2월 16일
Example
Edit
5*d3y-4d2y+10y=20*du+4u
The coefficients of your equation are
D=[5 0 -4 10]
N=[20 4]
% Your transfer function
G=tf(N,D)
  댓글 수: 4

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Power and Energy Systems에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by