How should I write a script in case solution of ODE is included in the DDE equation?
ex.)
ODE:
Xa = y(1)
dydt(1,:) = -k*Xa
DDE:
y(1) = -(alp+ Xa)*y(1) + Amp*F_tau_n*S_tau_n;
as in above, I7d like to include the solution of ODE (Xa) in DDE.

Antworten (1)

Hiro Yoshino
Hiro Yoshino am 11 Dez. 2019

0 Stimmen

This may help you out - Symbolic Math Toolbox?

Kategorien

Produkte

Tags

Gefragt:

am 9 Jul. 2019

Beantwortet:

am 11 Dez. 2019

Community Treasure Hunt

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

Start Hunting!