Differences between Octave and Matlab: Difference between revisions

(Add Category:FAQ.)
Line 368: Line 368:
The unwind_protect statement is often used to reliably restore the values of global variables that need to be temporarily changed.
The unwind_protect statement is often used to reliably restore the values of global variables that need to be temporarily changed.


Matlab can be made to do something similar with their {{manaul|onCleanup}} function that was introduced in 2008a. Octave also has {{manual|onCleanup}} since version 3.4.0.
Matlab can be made to do something similar with their {{manual|onCleanup}} function that was introduced in 2008a. Octave also has {{manual|onCleanup}} since version 3.4.0.


===Built-in ODE and DAE solvers===
===Built-in ODE and DAE solvers===
Anonymous user