"Matlab has disabled some advanced graphic rendering features"

306 ビュー (過去 30 日間)
alpedhuez
alpedhuez 2020 年 8 月 5 日
コメント済み: Thuong 2023 年 12 月 11 日
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
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
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.
For more information refer to this link
Hope this Helps!
  6 件のコメント
Prakhar Sharma
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
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.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeGraphics Performance についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by