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

27 visualizaciones (últimos 30 días)
is it possible to convert second or higher order differential equation in s domain i.e. transfer function...directly

Respuesta aceptada

Azzi Abdelmalek
Azzi Abdelmalek el 15 de Feb. de 2013
Editada: Azzi Abdelmalek el 16 de Feb. de 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 comentarios

Iniciar sesión para comentar.

Más respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by