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

Answers (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.

Asked:

on 5 Jun 2021

Community Treasure Hunt

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

Start Hunting!