Scilab-Branch-5.3-GIT
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 |
xpause - halt |
Particular cases
Scilab equivalent for Matlab pause(n) is xpause(1000*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
<< otherwise (Matlab function) | O | Operators >> |