Rendering is slow in VM headless mode

조회 수: 4 (최근 30일)
MathWorks Support Team
MathWorks Support Team 2019년 4월 25일
답변: MathWorks Support Team 2019년 4월 25일
I have a function that displays some isosurface objects onto an axes, then rotates the figure 360 degrees, getting frames using 'getFrame' every N degrees. Then I use the frames to create an animation. This all works fine on my local laptop; however, we want to run it in automated fashion on a virtual machine. The virtual machine is headless. On a virtual machine, the code takes 10 minutes+ to execute (as opposed to 30 sec on my laptop). Why is this happening?

채택된 답변

MathWorks Support Team
MathWorks Support Team 2019년 4월 26일

In the headless mode, MATLAB uses 'painters' as the renderer to generate images. Painters can be very slow for the type of figure that is mentioned. On the laptop, or in headed mode, the renderer used is OpenGL which is relatively much faster. So, the simplest resolution is to run MATLAB in headed mode.

추가 답변 (0개)

카테고리

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

제품


릴리스

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by