how to turn off a warning dialog box
Show older comments
i would like to hide a message dialog, which pops up when I click on a subsystem mask to modify a parameter.
this is the message:
*| Warning
attempt to change parameters of a blocks within a library link.
These changes can later be discarded or propagated to the library
and two buttons OK CANCEL|*
I tried with
[a, MSGID] = lastwarn();
warning('off', MSGID)
warning off
but it is still there jumping around all the time.
do you have any idea of how I can hide this dialog box?
Accepted Answer
More Answers (0)
Categories
Find more on Model and Validate Requirements 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!