How to prevent Matlab from GPU switching on Macbook Pro?

9 次查看(过去 30 天)
My macbook has two GPUs, an integrated and a discrete. Matlab 2014a always uses the discrete only, which is not necessary. (2013a didn't do this.)
How could I prevent this? I tried setting the NSSupportsAutomaticGraphicsSwitching flag in Info.plist, but this didn't help.
Thanks for any ideas, Simon
  1 个评论
Oliver Woodford
Oliver Woodford 2015-12-20
I'd also like a solution to this. When travelling, MATLAB drains the battery because it switches on the GPU. It would be nice if it could use the integrated graphics. That way my battery would last about 3 times longer.

请先登录,再进行评论。

回答(1 个)

Oliver Woodford
Oliver Woodford 2015-12-20
If you don't need the desktop, then you can run the command window only version of MATLAB by calling the following in a terminal:
matlab -nojvm
This will allow you to run MATLAB without engaging the discrete GPU, but means you don't get the niceties of the desktop or any graphics.

类别

Help CenterFile Exchange 中查找有关 Graphics Performance 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by