Error :RelTol must be a positive scalar.

1 vue (au cours des 30 derniers jours)
LALE ASIK
LALE ASIK le 5 Nov 2018
Modifié(e) : LALE ASIK le 5 Nov 2018
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?

Réponse acceptée

madhan ravi
madhan ravi le 5 Nov 2018
options=odeset('RelTol',1e-3,'AbsTol',1e-4);

Plus de réponses (0)

Catégories

En savoir plus sur Programming dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by