필터 지우기
필터 지우기

reducing the StepTolerance in order to avoid MATLAB stopping integration

조회 수: 1 (최근 30일)
KIPROTICH KOSGEY
KIPROTICH KOSGEY 2019년 10월 22일
댓글: KIPROTICH KOSGEY 2020년 7월 12일
Hi,
Please, i would like to reduce the StepTolerance in order to avoid the following message:
Warning: Failure at t=6.848966e-01. Unable to meet integration
tolerances without reducing the step size below the smallest value
allowed (2.433242e-15) at time t.
This is my script:
%initial conditions
y0=[0.02352;0.00048;0.0288;0.00432;0.216;0.1104;0.1104;2;2;2;55;50;0.5];
h=0.0006944444;
tSpan=[0 535];
options = optimoptions(options,'StepTolerance',1e-20);
[tSol, ySol]=ode23tb(@(t, y) MBBRFun4(t,y), tSpan, y0, options);
Please, let me know why this is not working.
Thanks in advance

답변 (1개)

Sai Bhargav Avula
Sai Bhargav Avula 2020년 2월 18일
Hi,
I think this question(same question) is answered in the following link : https://www.mathworks.com/matlabcentral/answers/487243-how-do-i-change-steptolerance

카테고리

Help CenterFile Exchange에서 SPICE files에 대해 자세히 알아보기

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by