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

29 visualizzazioni (ultimi 30 giorni)
is it possible to convert second or higher order differential equation in s domain i.e. transfer function...directly

Risposta accettata

Azzi Abdelmalek
Azzi Abdelmalek il 15 Feb 2013
Modificato: Azzi Abdelmalek il 16 Feb 2013
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 Commenti

Accedi per commentare.

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by