ODEの解を含むDDEの解法
Mostra commenti meno recenti
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.
Risposte (1)
Hiro Yoshino
il 11 Dic 2019
0 voti
This may help you out - Symbolic Math Toolbox?
Categorie
Scopri di più su 常微分方程式 in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!