Clear Filters
Clear Filters

how to disable bootup warning message

7 views (last 30 days)
I'd like to know how to disable boot up warning information, like 'disp has the same name as a MATLAB builtin'. I wrote disp to overwrite the built-in on purpose. I do not want to see these kind warning in the boot up message. How to turn it off. Thanks.
Julia

Accepted Answer

Matt Fig
Matt Fig on 24 Mar 2011
I think STARTUP is run after such warnings are generated, so this won't help.
You could put a call to CLC in STARTUP so you don't see it anyway.

More Answers (1)

the cyclist
the cyclist on 24 Mar 2011
The WARNING command can be used to turn off the display of specific warning messages. You could put a line in your startup.m file that turns off that warning.

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!