Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
2023.1.0 - Português


beep

Produce a beep sound

Syntax

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 Manipulação de Arquivos de Som lin2mu >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Mon May 22 12:42:14 CEST 2023