How to disable matlab editor search beep when nothing found
Show older comments
If it makes any difference I'm using matlab 7 for linux
I'm searching many files for a particular word and in general its not in there. When nothing is found then for some inexplicable reason the computer makes a beep. This is internal speaker so I can't just turn the volume down.
I'm in a group office so this beeping will be irritating everyone else. How can I stop matlab doing it
1 Comment
Walter Roberson
on 2 Sep 2011
How exactly are you doing the searching?
The only beep I have found in the 2008b Linux preferences is for the command line and has to do with matching brackets
Have you considered using !grep instead of searching the files one by one ?
Answers (3)
Fangjun Jiang
on 2 Sep 2011
4 votes
try run 'beep off'. It stops the beep sound afterwards when I type in 'beep'. But it didn't stop the beep sound for 'not found' in Editor on my computer. But I can mute the speaker or plug in a headphone.
I am using MATLAB on Windows. I can go to Control Panel->Sounds and Audio Devices->Sounds and change the 'Sound scheme' from 'Windows default' to 'No sounds'. Then the beep sound from 'not found' in Editor disappeared. So it looks it is depending on the system setting. You might want to see if you can change the system setting on your Linux system.
Daniel Shub
on 7 Oct 2011
I found this link
https://wiki.archlinux.org/index.php/Disable_PC_Speaker_Beep
which suggests that you can unload the pcspkr module.
Daniel Shub
on 2 Sep 2011
0 votes
My MATLAB (r2011a, Linux, 64-bit) does not beep when using search and I do not believe it ever has. Are you sure it is not a setting outside MATLAB? What happens with find in a standalone text editor (i.e., kate or gedit)?
6 Comments
Richard
on 2 Sep 2011
Daniel Shub
on 2 Sep 2011
It might be simplest to disable the beep by unplugging the internal speaker.
Walter Roberson
on 2 Sep 2011
Hasn't ever beeped for me either, not in Linux-64 R2007a or R2008b
Richard
on 19 Sep 2011
Fangjun Jiang
on 19 Sep 2011
Put a piece of duct tape on it then!:-)
Daniel Shub
on 19 Sep 2011
I am still going with disable the internal speaker. Asking the IT person responsible for the computer to disconnect it is gong to be faster than finding what is causing the beep.
Have you tried switching DE (e.g., KDE)? Can you make a new account and see if it happens there also?
Categories
Find more on Manage Products in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!