Scilab 5.5.2
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
beep
Produce a beep sound
Calling Sequence
beep(); beep('on') beep('off') s=beep()
Description
beep()
produces your computer's default beep sound.
beep('on')
turns the beep on
beep('off')
turns the beep off
s=beep()
returns the current beep mode (on or off).
Examples
beep() // Make a sound beep("off") // disable the sound
Report an issue | ||
<< auwrite | Sound file handling | lin2mu >> |