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

