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

13 visualizzazioni (ultimi 30 giorni)
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?

Risposta accettata

Pramil
Pramil il 16 Giu 2023
Modificato: Pramil il 16 Giu 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);

Più risposte (0)

Categorie

Scopri di più su Event Functions in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by