is it possible to convert second or higher order differential equation in s domain i.e. transfer function. directly how?
42 次查看(过去 30 天)
显示 更早的评论
is it possible to convert second or higher order differential equation in s domain i.e. transfer function...directly
采纳的回答
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)
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Power and Energy Systems 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!