hi people.
for my scripts, i sometimes put a sound-generating function at the end, that lets me know the script is finished.
to do this in matlab, use this command
sound(ones(1,10))
in vba, use
beep()
just another blog. here you'll find my experiences with Matlab/Simulink, vba, LaTeX and Mac OS X.
hi people.
for my scripts, i sometimes put a sound-generating function at the end, that lets me know the script is finished.
to do this in matlab, use this command
No comments:
Post a Comment