Engine.RemoveAutomatic
Engine.RemoveAutomatic — removes an automatically mapped
variable.
Syntax
Engine.RemoveAutomatic (varname)
Arguments
- varname
The name of the MATLAB variable, as a
string.
Description
This function removes an
automatic variable mapping that was previously set by
Engine.AutomaticVariable. It throws an
error if no such mapping exists. This function is defined
in the MatlabSupport.g file.