enable
Enable or disable a named interpreter feature.
Syntax
Section titled “Syntax”enable(opt)enable(opt, tf)Description
Section titled “Description”Sets the boolean state of an interpreter feature flag. With one argument, enables opt. With a second tf argument (true / false), sets the state explicitly. Used for toggling MathJet-specific behaviors at runtime.
Examples
Section titled “Examples”enable('verbose', true)enable('autoplot', false)See also
Section titled “See also”sdvt— Set or display the default value type (precision).