beepbeep

Creates sound composed by OS beeps.
1,4K descargas
Actualizado 8 may 2007

Ver licencia

A useful function for audio warnings submitted during long program executions and/or to advise the end of a program execution.

The sounds produced are far from being melodic (they are composed only by the OS beeps!). In fact, they are quite annoying :p.

Citar como

Daniel Lopes (2024). beepbeep (https://www.mathworks.com/matlabcentral/fileexchange/14884-beepbeep), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R14SP2
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Audio and Video Data en Help Center y MATLAB Answers.
Agradecimientos

Inspiración para: beepn

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0

This piece of code was misplaced:

% Default beeping signals.
switch varargin{:}
case {'diner time', 'diner'}
dtempo = [0.2 0.2 0.2 0.1]';
...
end

Now it works just fine!