Couldn't find what's wrong with 'odearguments'

6 Ansichten (letzte 30 Tage)
Vijith
Vijith am 2 Mär. 2024
Kommentiert: Vijith am 2 Mär. 2024
Hello all
I tried changing all the possible ways that I know but still couldn't figure out the isses.
  3 Kommentare
Walter Roberson
Walter Roberson am 2 Mär. 2024
You have passed extra parameters to ode15s. The meaning of passing extra parameters has not been documented for more than a decade, and you cannot count on it working.
You should instead be using
[T, Cs] = ode15s(@(t,X)ASS_minimal_pbpk_model(t,X,Dparams,Sparams), T_SPAN, Init_con, options);
Vijith
Vijith am 2 Mär. 2024
Fortunately, It worked without any changes after restart the PC.

Melden Sie sich an, um zu kommentieren.

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