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

3 ビュー (過去 30 日間)
Vijith
Vijith 2024 年 3 月 2 日
コメント済み: Vijith 2024 年 3 月 2 日
Hello all
I tried changing all the possible ways that I know but still couldn't figure out the isses.
  3 件のコメント
Walter Roberson
Walter Roberson 2024 年 3 月 2 日
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 件)

カテゴリ

Help Center および File ExchangeOrdinary Differential Equations についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by