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

조회 수: 3 (최근 30일)
Diksha Gautam
Diksha Gautam 2022년 5월 28일
댓글: Diksha Gautam 2022년 5월 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,
Diksha Gautam
Diksha Gautam 2022년 5월 30일
But in other equation I was used t and T

댓글을 달려면 로그인하십시오.

추가 답변 (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