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

Hello all
I tried changing all the possible ways that I know but still couldn't figure out the isses.

댓글 수: 3

Torsten
Torsten 2024년 3월 2일
Maybe function ASS_minimal_pbpk_model is not in the current folder or on the MATLAB path ?
Maybe something else is wrong in the call to ode15s ?
We can't tell because you keep your code private.
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 2024년 3월 2일
Fortunately, It worked without any changes after restart the PC.

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

답변 (0개)

카테고리

태그

질문:

2024년 3월 2일

댓글:

2024년 3월 2일

Community Treasure Hunt

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

Start Hunting!

Translated by