Scilab 6.0.1
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
pause (Matlab function)
Halt execution temporarily
Matlab/Scilab equivalent
Matlab | Scilab |
pause |
sleep - halt |
Particular cases
Scilab equivalent for Matlab pause(n) is sleep(n).
- The Matlab expression pause is translated into Scilab by halt():
Scilab halt() and Matlab pause are equivalents.
- pause on/off:
There is no Scilab equivalent for Matlab pause on or pause off
Report an issue | ||
<< otherwise (Matlab function) | O | Operators >> |