simulink 2020b open "configuration parameters" is much slower!

조회 수: 3 (최근 30일)
Zhaoqiang Han
Zhaoqiang Han 2020년 10월 15일
편집: Zhaoqiang Han 2020년 11월 30일
Hi,
I've upgraded from 2018b to 2020b. But now the opening of "configuration parameters" in simulink model is much slower than 2018b. Is it normal? Or what should I tune?
Thank you very much in advance!

답변 (1개)

Urmila Rajpurohith
Urmila Rajpurohith 2020년 11월 30일
Hi
By default MATLAB tries 'opengl hardware' on the machine, and if some reason it detects some incompatibility with graphics drivers and it might have used the 'opengl software'.
'opengl software' is slower compared to 'opengl hardware' (as now the Graphics card are much more powerful) and hence forcing MATLAB to use 'opengl hardware' may resolve the issue.
Hope this helps!
  댓글 수: 1
Zhaoqiang Han
Zhaoqiang Han 2020년 11월 30일
편집: Zhaoqiang Han 2020년 11월 30일
Is it a new feature in 2020b? On the same machine, 2018b does not has this problem. Thank you very much for your anwser!
How can I check the incompatibility with graphic driver? I get the following messages with the corresponding commands:
>> surf(peaks)
>> ax = gca;
>> info = rendererinfo(ax)
info =
struct with fields:
GraphicsRenderer: 'OpenGL Hardware'
Vendor: 'NVIDIA Corporation'
Version: '4.6.0 NVIDIA 443.32'
RendererDevice: 'Quadro M2200/PCIe/SSE2'
Details: [1×1 struct]
>> info.Details
ans =
struct with fields:
RendererDriverVersion: '26.21.14.4332'
RendererDriverReleaseDate: '2020-6-5'
HardwareSupportLevel: 'Full'
SupportsDepthPeelTransparency: 1
SupportsAlignVertexCenters: 1
SupportsGraphicsSmoothing: 1
MaxTextureSize: 16384
MaxFrameBufferSize: 16384

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

카테고리

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

태그

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by