"Matlab has disabled some advanced graphic rendering features"
이전 댓글 표시
I got the following. What is the next step?
t = tiledlayout(1,1,'Padding','none');
Warning: MATLAB has disabled some advanced graphics rendering features by switching to software OpenGL. For more information, click here.
댓글 수: 1
Jan
2020년 8월 5일
"For more information, click here." implies, that Matlab want you to click the shown link. What does happen then?
답변 (1개)
Gouri Chennuru
2020년 8월 11일
편집: Gouri Chennuru
2020년 8월 13일
Hi,
As a workaround you can execute,
opengl hardware
This command renders subsequent graphics. If your graphics hardware does not support hardware-accelerated OpenGL, then MATLAB uses a software version instead.
To save it for future instances of MATLAB execute the following,
opengl('save','hardware');
This command sets your preferences so that MATLAB uses software OpenGL to render graphics in all future sessions. This command does not affect the current session so restart the MATLAB and it will resolve the issue.
Hope this Helps!
댓글 수: 7
alpedhuez
2020년 8월 13일
alpedhuez
2020년 8월 13일
Gouri Chennuru
2020년 8월 14일
Hi,
As per my understanding, MATLAB has encountered low-level issues while creating graphics on your system.
To resolve them,
You can,
- Upgrade Your Graphics Hardware Drivers
- Choose a Renderer Implementation for Your System
- Fix Out-of-Memory Issues
Thanks & Regards,
Gouri Chennuru.
alpedhuez
2020년 8월 14일
Prakhar Sharma
2022년 4월 8일
@Gouri Chennuru Sorry. where to run '''opengl hardware''' command? in the Linux terminal or inside the MATLAB prompt? MATLAB prompt says 'Switching to hardware OpenGL rendering at runtime on unix is not supported'.
Thuong
2023년 12월 11일
I am facing exactly the same problem, I am running matlab --nodesktop on a remote server. Please let me know if you have been solved this problem. Thanks.
Alejandro Duque Salazar
2025년 1월 7일
Did someone solved it?
카테고리
도움말 센터 및 File Exchange에서 Graphics Performance에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!