Scilab 6.1.0
- Справка Scilab
- Code Matlab => Scilab
- Matlab-Scilab equivalents
- E
- echo (Matlab function)
- eig (Matlab function)
- eigs (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 >> Code Matlab => Scilab > Matlab-Scilab equivalents > E > eval (Matlab function)
eval (Matlab function)
Execute a string containing an instruction/expression
Matlab/Scilab equivalent
Matlab | Scilab |
eval |
evstr - execstr |
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.