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.

답변 (1개)

Hiro Yoshino
Hiro Yoshino 2019년 12월 11일

0 개 추천

This may help you out - Symbolic Math Toolbox?

카테고리

도움말 센터File Exchange에서 常微分方程式에 대해 자세히 알아보기

제품

태그

질문:

2019년 7월 9일

답변:

2019년 12월 11일

Community Treasure Hunt

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

Start Hunting!