Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
Use kinetic data for computing ODE
조회 수: 1 (최근 30일)
이전 댓글 표시
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
답변 (0개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!