Error :RelTol must be a positive scalar.

조회 수: 1 (최근 30일)
LALE ASIK
LALE ASIK 2018년 11월 5일
편집: LALE ASIK 2018년 11월 5일
options=odeset('RelTol','1e-3','AbsTol','1e-4');
I am trying to plot phase portraits for a non autonomous system. The code gives me the following error: Error using odearguments (line 126) RelTol must be a positive scalar.
Could you please help me to fix it?

채택된 답변

madhan ravi
madhan ravi 2018년 11월 5일
options=odeset('RelTol',1e-3,'AbsTol',1e-4);

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by