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

25 vues (au cours des 30 derniers jours)
is it possible to convert second or higher order differential equation in s domain i.e. transfer function...directly

Réponse acceptée

Azzi Abdelmalek
Azzi Abdelmalek le 15 Fév 2013
Modifié(e) : Azzi Abdelmalek le 16 Fév 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 commentaires

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by