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

 Accepted Answer

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)

More Answers (0)

Categories

Community Treasure Hunt

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

Start Hunting!