how to disable bootup warning message

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

 Akzeptierte Antwort

Matt Fig
Matt Fig am 24 Mär. 2011

1 Stimme

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.

Weitere Antworten (1)

the cyclist
the cyclist am 24 Mär. 2011

0 Stimmen

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.

Kategorien

Mehr zu Startup and Shutdown finden Sie in Hilfe-Center und File Exchange

Tags

Gefragt:

am 24 Mär. 2011

Community Treasure Hunt

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

Start Hunting!

Translated by