Error :RelTol must be a positive scalar.

3 次查看(过去 30 天)
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 中查找有关 Ordinary Differential Equations 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by