Integro-differential systems

11 views (last 30 days)
GIULIA BRAGHINI
GIULIA BRAGHINI on 23 Mar 2019
Answered: Torsten on 25 Mar 2019
Hi everyone.
I have a question about integro-differential systems.
I have to compute something like:
dx/dt = psi(t)-x(t)
with
psi(t)=integral (from 0 to t) of x(s) ds
How can I do that?

Answers (1)

Torsten
Torsten on 25 Mar 2019
Solve
d(psi)/dt = x(t), psi(0)=0
dx/dt = psi(t) - x(t), x(0) = ?
Best wishes
Torsten.

Categories

Find more on Programming in Help Center and File Exchange

Products


Release

R2018a

Community Treasure Hunt

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

Start Hunting!