why always said: An error occurred while drawing the scene? need help!

조회 수: 186 (최근 30일)
matlab error: An error occurred while drawing the scene
  댓글 수: 7
Daniel Ko
Daniel Ko 2020년 12월 3일
I can second Kristoffer here, also getting:
Warning: An error occurred while drawing the scene: Error in json_scenetree: Could not find node in replaceChild
Hui Lu
Hui Lu 2021년 5월 11일
@Kristoffer WalkerMaybe u can try this command opengl software before starting APP Designer.

댓글을 달려면 로그인하십시오.

채택된 답변

Subin Kuttappan Stellal Mary
Subin Kuttappan Stellal Mary 2016년 2월 9일
The issue might be due to using hardware OpenGL. This occurs since Intel HD 2000 hardware and any of its drivers are not supported with MATLAB 8.4(R2014b) or later.
The issue does not occur in MATLAB R2014a or other previous releases because those makes use of the previous graphics engine HG1 which supported the Intel HD 2000 hardware. However, from MATLAB 8.4(R2014b), a new graphics engine HG2 was unveiled and this does not support Intel HD 2000 hardware for any of its drivers.
As Mike suggested, you can try :
opengl software

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Graphics Performance에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by