How to disable matlab editor search beep when nothing found
Mostrar comentarios más antiguos
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 comentario
Walter Roberson
el 2 de Sept. de 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 ?
Respuestas (3)
Fangjun Jiang
el 2 de Sept. de 2011
4 votos
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.
1 comentario
Richard
el 2 de Sept. de 2011
Daniel Shub
el 7 de Oct. de 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
el 2 de Sept. de 2011
0 votos
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 comentarios
Richard
el 2 de Sept. de 2011
Daniel Shub
el 2 de Sept. de 2011
It might be simplest to disable the beep by unplugging the internal speaker.
Walter Roberson
el 2 de Sept. de 2011
Hasn't ever beeped for me either, not in Linux-64 R2007a or R2008b
Richard
el 19 de Sept. de 2011
Fangjun Jiang
el 19 de Sept. de 2011
Put a piece of duct tape on it then!:-)
Daniel Shub
el 19 de Sept. de 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?
Categorías
Más información sobre Manage Products en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!