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

1 Ansicht (letzte 30 Tage)
Diksha Gautam
Diksha Gautam am 28 Mai 2022
Kommentiert: Diksha Gautam am 30 Mai 2022

Akzeptierte Antwort

VBBV
VBBV am 28 Mai 2022
Bearbeitet: VBBV am 28 Mai 2022
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 Kommentare
VBBV
VBBV am 28 Mai 2022
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 am 30 Mai 2022
But in other equation I was used t and T

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Programming finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by