beepbeep

バージョン 1.0.0.0 (2.08 KB) 作成者: Daniel Lopes
Creates sound composed by OS beeps.
ダウンロード: 1.4K
更新 2007/5/8

ライセンスの表示

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.

引用

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

MATLAB リリースの互換性
作成: R14SP2
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersAudio and Video Data についてさらに検索
タグ タグを追加
謝辞

ヒントを与えたファイル: beepn

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
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!