Enable model design errors and warnings via the command-line
By default, model design errors and warnings are visible while you edit a model. You
can turn them off by entering this command at the MATLAB command line.
edittime.setDisplayIssues('off')
You can turn them on by entering this command at the MATLAB command line.
edittime.setDisplayIssues('on')
You can check whether they are on by entering this command at the MATLAB command
line.