evalin
Evaluate Nelson code in string in an specified scope.
📝Syntax
evalin(scope, str)
[r1, ... rn] = evalin(scope, str)
📥Input Arguments
Parameter Description
scope a string: 'base' or 'caller'.
str a string: Nelson instruction to execute
📤Output Arguments
Parameter Description
[r1, ... rn] results: output variables
📄Description

eval executes Nelson instructions given in a string in 'base' or 'caller' scope.

💡Examples
evalin('base', 'B=4')
🔗See Also
evalacquirevarexecstrevalc
🕔Version History
Version Description
1.0.0 initial version
Edit this page on GitHub