Discrete time nonlinear system
显示 更早的评论
How can i develop this discrete-time nonlinear system in simulink?
[x]=[0.01x1 - x2; x1 - 0.003x2^2]
1 个评论
Fangjun Jiang
2011-11-16
Do you mean?
dx1/dt=0.01*x1-x2;
dx2/dt=x1-0.003*x2^2;
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Modeling 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!