You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the MATLODE_Example_ERK_ADJ_Integrator script, if you change Time_Interval = [0 20]
to, e.g., Time_Interval = [0 10 20]
an error is thrown. I think this is because of OPTIONS.Quadrature = Quadrature;
in MATLODE_ERK_ADJ_Integrator in line 171 (and possibly others). There, the function handle is overwritten with the numeric integration value after the first for-loop execution. I am not sure how to fix this appropriately.
The text was updated successfully, but these errors were encountered:
In the
MATLODE_Example_ERK_ADJ_Integrator
script, if you changeTime_Interval = [0 20]
to, e.g.,
Time_Interval = [0 10 20]
an error is thrown. I think this is because of
OPTIONS.Quadrature = Quadrature;
in
MATLODE_ERK_ADJ_Integrator
in line 171 (and possibly others). There, the function handle is overwritten with the numeric integration value after the first for-loop execution. I am not sure how to fix this appropriately.The text was updated successfully, but these errors were encountered: