Pardon this silly newbie question but: how can I turn off the extremely annoying "beep" sound that MATLAB makes whenever I (accidentally) hit backspace in the Command Window?
Pardon this silly newbie question but: how can I turn off the extremely annoying "beep" sound that MATLAB makes whenever I (accidentally) hit backspace in the Command Window?
Just
beep off
in the latest versions.
This seems to be a common cause of frustration indeed: https://www.mathworks.com/matlabcentral/answers/36303-can-the-beep-be-turned-off-within-matlab.
You can do
beep off
beep was added long before version 2006a.