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
waitforbuttonpress (Matlab function)
Wait for key or mouse button press
Matlab/Scilab equivalent
Matlab | Scilab |
waitforbuttonpress |
No equivalent |
Particular cases
There is no equivalent function for Matlab w=waitforbuttonpress in Scilab however it can be replaced by: [%v0,%v1,%v2,%v3,%v4] = xclick();w = bool2s(%v0>64);
Report an issue | ||
<< W | W | warning (Matlab function) >> |