How do I solve Differential Algebraic Equations with Simulink 8.0 (R2012b)?

1 view (last 30 days)
I would like to solve index-1 differential algebraic equations in Simulink. How do I solve differential algebraic equations and what products do I need?

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 31 May 2023
Edited: MathWorks Support Team on 31 May 2023
Differential algebraic equations can be solved using several products:
1. MATLAB: ODE15s and a Mass Matirx
2. Simulink: Use an algebraic loop
3. Simscape: Use a custom block in the Simscape language
The Simscape language can solve differential algebraic equations as explained in its documentation:
To convert algebraic and differential equations, please refer to the following:
For examples on solving a differential algebraic equation, please refer to the following documentation.

More Answers (0)

Categories

Find more on Equations in Help Center and File Exchange

Products


Release

R2012b

Community Treasure Hunt

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

Start Hunting!