Is it possible to tilt displaying warning messages on the command window?

1 次查看(过去 30 天)
Is it possible to disabling the display of green warning messages? (by any command in general)

采纳的回答

Anthony Poulin
Anthony Poulin 2015-6-18
Hello,
Have you try the command line:
warning off

更多回答(1 个)

Azzi Abdelmalek
Azzi Abdelmalek 2015-6-18
h=msgbox('Warning')
set(h,'color','g')

类别

Help CenterFile Exchange 中查找有关 Argument Definitions 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by