Scilab 6.0.0
- Scilabヘルプ
- Matlab to Scilab Conversion Tips
- Matlab-Scilab equivalents
- E
- echo (Matlab function)
- eig (Matlab function)
- else (Matlab function)
- elseif (Matlab function)
- erf (Matlab function)
- erfc (Matlab function)
- erfcx (Matlab function)
- error (Matlab function)
- etime (Matlab function)
- eval (Matlab function)
- exist (Matlab function)
- exit (Matlab function)
- exp (Matlab function)
- expm (Matlab function)
- eye (Matlab function)
Scilabヘルプ >> Matlab to Scilab Conversion Tips > Matlab-Scilab equivalents > E > eval (Matlab function)
eval (Matlab function)
Execute a string containing an instruction/expression
Particular cases
- Expression:
When eval has to execute an expression then Scilab equivalent for eval is evstr
- Instruction:
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.
Comments
Add a comment:
Please login to comment this page.