Differences between Octave and Matlab: Difference between revisions
Jump to navigation
Jump to search
Differences between Octave and Matlab (view source)
Revision as of 19:17, 17 March 2021
, 17 March 2021→Unwind-protect
(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 {{ | 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=== |