Error :RelTol must be a positive scalar.
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
LALE ASIK
am 5 Nov. 2018
Bearbeitet: LALE ASIK
am 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?
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Ordinary Differential Equations finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!