Archived OpenModelica forums. Posting is disabled.

Alternative forums include GitHub discussions or StackOverflow (make sure to read the Stack Overflow rules; you need to have well-formed questions)


Forgot password? | Forgot username? | Register

Ode 45 in openmodelica

Ode 45 in openmodelica

Hello,
Actually, I try to translate a Matlab code to openmodelica.
can any one help me to translate this instructions

Code:


options = odeset('RelTol',1e-4,'AbsTol',[1e-4 1e-4 1e-4 1e-4 1e-4 1e-4 1e-4 ])
[t,X]=ode45(@Modello3, tspan, t0 ,options)

Edited by: Abderezakabidi - Mar-19-20 13:08:47
There are 0 guests and 0 other users also viewing this topic