|
|
| File Information |
| Description |
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. |
| MATLAB release |
MATLAB 7.0.4 (R14SP2)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (1) |
| 07 May 2007 |
John D'Errico
|
|
|
| Updates |
| 08 May 2007 |
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! |
|
Contact us at files@mathworks.com