Change the default warning settings
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Dear Community,
is it possible to change the default warning settings? Even when I start MatLab I receive one particular warning message! When I turn this warning off (using warning('off',id)) it is just for the current session! When I restart MatLab this message appears again!
Can anyone help me with this issue?
Thanks, Robert
0 Kommentare
Antworten (2)
Walter Roberson
am 23 Dez. 2015
You can edit your startup.m
However, if you are receiving a warning on startup then it is possible that the warning would be issued before startup.m would be read. What warning is it you are encountering?
2 Kommentare
Walter Roberson
am 23 Dez. 2015
opengl('save','software')
See also http://www.mathworks.com/help/matlab/ref/opengl.html#buwqhi1-8 about what is being disabled.
You could also try
opengl hardwarebasic
to see if that works for you.
Robert Steidl
am 23 Dez. 2015
1 Kommentar
Walter Roberson
am 23 Dez. 2015
My suspicion is that this warning was being sent before your startup.m would be executed. I do not have MATLAB installed on that operating system to test with.
Siehe auch
Kategorien
Mehr zu Interactive Control and Callbacks finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!