How do i model a non linear differential equation in simulink?

9 次查看(过去 30 天)
Hello everyone
i´m new to simulink and trying to get accustomed to the platform. i am trying to model this in simulink:
and this is all i have so far
i don´t know how to proceed further. Can somebody help me?

采纳的回答

Pramil
Pramil 2023-6-16
编辑:Pramil 2023-6-16
Taking u(t) as unit step, you can shift x'''(t) one side and u^2(t) to the other and try the following :
where fcn is Matlab function block, having function :
function y = fcn(u)
y = u/(u^2+1);

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Event Functions 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by