It also happens to me very frequently on Mac OS 10.6.8. It is necessary to set default graphic renderer to OpenGL (it helped me alot)
set(0,'DefaultFigureRenderer','opengl')
that can be done in startup file, and also check you OpenGL bugs and if there is any try workarounds, I have to use this workaround:
opengl('OpenGLClippedImageBug',1)
Although most of crashs are resolved by using OpenGL, there are many other unknown cases. I appreciate if someone can help for arbitrary crashs.
3 Comments
Ken Atwell (view profile)
이 댓글에 대한 바로 가기 링크
https://kr.mathworks.com/matlabcentral/answers/18690-matlab-crash#comment_44985
Holger G. (view profile)
이 댓글에 대한 바로 가기 링크
https://kr.mathworks.com/matlabcentral/answers/18690-matlab-crash#comment_57266
Dominik (view profile)
이 댓글에 대한 바로 가기 링크
https://kr.mathworks.com/matlabcentral/answers/18690-matlab-crash#comment_96810
Sign in to comment.