Feeds
質問
Need help with solving system of ODEs in Matlab
Hello, I need someone with a sharp eye and good knowledge of Matlab to find the error in the code below (it's been driving me ...
7年以上 前 | 2 件の回答 | 0
2
回答回答済み
Need help with solving system of ODEs in Matlab
You're right. Here is the original problem: We have the following epidemic model: S'(t) = −β*S(t)*I(t) (% susceptible to v...
Need help with solving system of ODEs in Matlab
You're right. Here is the original problem: We have the following epidemic model: S'(t) = −β*S(t)*I(t) (% susceptible to v...
7年以上 前 | 0
質問
Could someone please help me fix this code?
function dy=f(t,y) L=2; V1=10; V2=5; dydt= [-L/V1*y(1) -L/V2*(y(2)-y(1))]; end %% preparations a=0; b=10; N=100; ...
7年以上 前 | 1 件の回答 | 0

