Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Use kinetic data for computing ODE

1 回表示 (過去 30 日間)
KB
KB 2018 年 5 月 13 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
I have time-dependent data below where left column is time and the right column is parameter x.
0.0000 57.2000
0.2000 57.1956
0.4000 56.8763
0.6000 55.7063
0.8000 53.9004
1.0000 51.8108
1.2000 49.6590
1.4000 47.5496
1.6000 45.5352
1.8000 43.6396
2.0000 41.8686
I want to use these data to compute y in the following ODE:
dy/dt = mu*y; mu = (x-0.25)^2, x is the temperature that varies with time (t) and is obtained from the above-mentioned matrix.
Maybe it is silly to ask. But, any help would be appreciated. Thanks,

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by