Scilab 6.0.1
- 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)
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
exist (Matlab function)
Check if a variable or file exists
Matlab/Scilab equivalent
Matlab | Scilab |
exist |
exist |
Particular cases
Scilab exist function only works for variables, not for M-files or else.
Scilab mtlb_exist function is a partial emulation for Matlab exist.
Report an issue | ||
<< eval (Matlab function) | E | exit (Matlab function) >> |