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 CenterMATLAB Answers에서 Audio 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!