Is it possible to tilt displaying warning messages on the command window?
Show older comments
Is it possible to disabling the display of green warning messages? (by any command in general)
Accepted Answer
More Answers (1)
Azzi Abdelmalek
on 18 Jun 2015
h=msgbox('Warning')
set(h,'color','g')
Categories
Find more on Loops and Conditional Statements 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!