Execute a string containing an instruction/expression
Matlab | Scilab | ||||
|
When eval has to execute an expression then Scilab equivalent for eval is evstr
When eval has to execute an instruction with just one output value then Scilab equivalent for eval is evstr. If instruction has more than one output value then execstr has to be used as follows.
When eval is used with two inputs then an equivalent can be found in examples below.
Matlab | Scilab |