dN/dt = s + ( g*N*T^2) /(h + T^2) - ( C *T - p*D -q*L) *N - (z*M*N) -( e*N)

1 次查看(过去 30 天)

采纳的回答

VBBV
VBBV 2022-5-28
编辑:VBBV 2022-5-28
f = @(T,N) (s+ ((g*N*T^2)/(h+T^2)) - ...) % change small case t to Upper case T and try
f is function of T and N and not small t. Matlab is case senstive.
  2 个评论
VBBV
VBBV 2022-5-28
It seems you also have ode45.m Its a standard Matlab function. If its defined by you for your problem rename it to something other than standard Matlab function names,

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Programming 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by