ode45 for DQ
古いコメントを表示
How to solve 4 DQ in ode45? the time starts from 0 to 10 and initial value = 0
dy(1) = 0.0735*y(3)-0.0765*y(1)-y(2)+1
dy(2) = 0.0735*y(4)-1.15*y(1)+0.0735*y(2)
dy(3) = 0.0735*y(1)-0.0765*y(3)-0.51*y(4)
dy(4) = 0.0735*y(2)-0.0765*y(4)-0.51*y(3)
回答 (1 件)
darova
2020 年 5 月 23 日
0 投票
See this solution

カテゴリ
ヘルプ センター および File Exchange で Ordinary Differential Equations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!