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

2 views (last 30 days)
Is it possible to disabling the display of green warning messages? (by any command in general)

Accepted Answer

Anthony Poulin
Anthony Poulin on 18 Jun 2015
Hello,
Have you try the command line:
warning off

More Answers (1)

Azzi Abdelmalek
Azzi Abdelmalek on 18 Jun 2015
h=msgbox('Warning')
set(h,'color','g')

Categories

Find more on Argument Definitions in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!