Executes a string containing Lumerical's scripting language.
Syntax |
Description |
---|---|
eval(string); |
Executes the Lumerical script commands in string. This function does not return any data. |
Example
Execute a string as a command.
eval("x=1+2;"); ?x; 3
See Also
List of commands , feval , str2num , num2str , lower , upper , toscript