Pergunta de entrevista da empresa CNH Industrial

What are the various solvers used in simulink?

Resposta da entrevista

Sigiloso

28 de mai. de 2026

In , solvers are mainly of two types: fixed-step and variable-step solvers. Fixed-step solvers use a constant step size and are mainly used for real-time and embedded applications, while variable-step solvers automatically adjust the step size for better accuracy and simulation efficiency. Commonly used solvers are ode45, ode4 (Runge-Kutta), and ode15s for stiff systems.