Borrar filtros
Borrar filtros

Error :RelTol must be a positive scalar.

3 visualizaciones (últimos 30 días)
LALE ASIK
LALE ASIK el 5 de Nov. de 2018
Editada: LALE ASIK el 5 de Nov. de 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?

Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre Ordinary Differential Equations en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by