Back to Core Functions
eval
Evaluate M-Code expression
Syntax
eval(expression) [output1,...,outputN] = eval(expression)
Description
Evaluates the M-Code contained in the string expression. Variables created or modified in the evaluated code affect the current workspace.
Parameters
| Name | Description |
|---|---|
| expression | String containing M-Code to evaluate |
Returns
Result of the evaluated expression