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

13 visualizaciones (últimos 30 días)
Karl-JR
Karl-JR el 15 de Jun. de 2023
Comentada: Karl-JR el 16 de Jun. de 2023
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?

Respuesta aceptada

Pramil
Pramil el 16 de Jun. de 2023
Editada: Pramil el 16 de Jun. de 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);

Más respuestas (0)

Categorías

Más información sobre Event Functions en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by