フィルターのクリア

Error :RelTol must be a positive scalar.

3 ビュー (過去 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 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