Unable to meet integration tolerances without reducing the step size below t

6 ビュー (過去 30 日間)
Warning: Failure at t=5.422028e-006. Unable to meet integration tolerances without reducing the step size below the smallest value allowed (1.355253e-020) at time t. > In ode45 at 355 In ODE45_main at 4 Warning: Function call Xlabel invokes inexact match D:\MATLAB7\toolbox\matlab\graph2d\xlabel.m.
> In ODE45_main at 15 Warning: Function call Ylabel invokes inexact match D:\MATLAB7\toolbox\matlab\graph2d\ylabel.m.
> In ODE45_main at 15 The element type "name" must be terminated by the matching end-tag "</name>". Could not parse the file: d:\matlab7\toolbox\ccslink\ccslink\info.xml >>
【 Failure at t=5.422028e-006. Unable to meet integration tolerances without reducing the step size below the smallest value allowed (1.355253e-020) at time t.】
Can we reset the value of the integration tolerances or the smallest value allowed?
For example, the smallest value allowed can be increasd? The step size can be decreased?
If it is feasible, how can I reset it?
Would you give me a example?
  1 件のコメント
Torsten
Torsten 2015 年 4 月 13 日
You will have to show us your MATLAB code in order to find possible reasons for the error message.
Best wishes
Torsten.

サインインしてコメントする。

採用された回答

Thomas Koelen
Thomas Koelen 2015 年 4 月 13 日
Often that warning means that your system of ODEs is stiff. See section 7.9 of the ODE chapter of Cleve's "Numerical Computations with MATLAB" for more information about stiffness:
Try a stiffer solver, like ODE15S or ODE23S.
  1 件のコメント
jixie zhuangbei
jixie zhuangbei 2015 年 4 月 14 日
ode23 ode45 ode113 ode15s ode23s ode23t ode23tb these don't work

サインインしてコメントする。

その他の回答 (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