Clear Filters
Clear Filters

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

2 views (last 30 days)
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?

Accepted Answer

Pramil
Pramil on 16 Jun 2023
Edited: Pramil on 16 Jun 2023
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);

More Answers (0)

Categories

Find more on Modeling in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!