Feeds
질문
Execution of script ode45 as a function is not supported/Error in pop (line 9) [t,p] = ode45(@yprime,[0,tfin],pinit,options);
I have been betting errors in pop.m and yprime.m, how do i solve these errors >> yprime Not enough input arguments. Error i...
4년 초과 전 | 답변 수: 1 | 0
1
답변질문
Execution of script ode45 as a function is not supported ... Error in pop (line 12) [a,b] = ode45(@yprime,[0,tfin],pinit);
Hi how do I fix this error message? Here is the code below.Im trying to plot logistic population growth. global a a = 2; gl...
4년 초과 전 | 답변 수: 1 | 0