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
采纳的回答
更多回答(1 个)
the cyclist
2011-3-24
0 个投票
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.
类别
在 帮助中心 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!