"Matlab has disabled some advanced graphic rendering features"

68 vues (au cours des 30 derniers jours)
alpedhuez
alpedhuez le 5 Août 2020
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 commentaire
Jan
Jan le 5 Août 2020
"For more information, click here." implies, that Matlab want you to click the shown link. What does happen then?

Connectez-vous pour commenter.

Réponses (1)

Gouri Chennuru
Gouri Chennuru le 11 Août 2020
Modifié(e) : Gouri Chennuru le 13 Août 2020
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.
For more information refer to this link
Hope this Helps!
  7 commentaires
Thuong
Thuong le 11 Déc 2023
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
Alejandro Duque Salazar le 7 Jan 2025
Did someone solved it?

Connectez-vous pour commenter.

Catégories

En savoir plus sur Graphics Performance dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by