Help please: How do I solve those equations in MatLab?

Réponses (1)

Symbolic solution should be a first try, e.g.:
syms ...
and use:
dsolve()
If the symbolic math fails, to work with numerical solvers, i.e. ode23, ode45, etc.

Community Treasure Hunt

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

Start Hunting!

Translated by