Change the default warning settings
조회 수: 2 (최근 30일)
이전 댓글 표시
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
답변 (2개)
Walter Roberson
2015년 12월 23일
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
Walter Roberson
2015년 12월 23일
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
2015년 12월 23일
댓글 수: 1
Walter Roberson
2015년 12월 23일
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.
참고 항목
카테고리
Help Center 및 File Exchange에서 Interactive Control and Callbacks에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!