Does MATLAB require dedicated graphic card
Show older comments
Does MATLAB require dedicated graphic card
3 Comments
dpb
on 31 Aug 2019
Context of question is??? MATLAB uses whatever is in the PC on which it is running...how much acceleration or use it can make of special features is dependent upon just what that is.
Essentially all PCs now come with the video chip integrated on the motherboard rather than having a "graphics card" altho one can still add something additional in lieu of using it if so choose.
But, it's an imponderable question with context as for any real answer...altho I'm unaware of any TMW product actually requiring another video card, there are many Toolboxes of which I'm totally ignorant so you'll need to consult the requirements documents for any product of interest to see if it has any such. Certainly the base program and the most common of toolboxes just use what they find.
R.G.
on 31 Aug 2019
No, it's not required, but you can use dedicated GPU (nvidia chip) for script or simulink acceleration. Also, i think dedicated GPU is prefered for data visualisation (plots e.t.c..).
Walter Roberson
on 31 Aug 2019
The GPU is not used for graphics -- not unless your system graphics drivers happen to implement on the GPU (which is possible.)
Answers (2)
Joss Knight
on 1 Sep 2019
0 votes
If you want hardware-rendered plots and 3-D visualizations, you need a GPU of some kind. Without it, these things will be a bit lower performing.
dzid_
on 14 Aug 2020
0 votes
Why is Matlab loading itself on a dedicated GPU and draining battery?

How do I know which function causes that?
Categories
Find more on Parallel Computing Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!