Driver Power State Failure - MATLAB R2016a on Windows 10

1 view (last 30 days)
I am doing my homework using MATLAB R2016a on Windows 10. I keep receiving an error saying "Driver Power State Failure," and the computer freezes and restarts over and over. I really need your help. Thank you so much!
  7 Comments
Avicena Avicena
Avicena Avicena on 6 Sep 2019
I had the same problem on my Dell 7590 Inspiron with Windows 10 Pro (last updated 9/5/2019). For months now, sometimes when I tried to plot something simple with Matlab, my PC crashes with the "DRIVER_POWER_STATE_FAILURE" message. Recently it got worse: it Matlab crashed my PC every single time. My PC has two Display adapters: Intel® UHD Graphics 620 and NVIDIA GeForce Mx150. I updated the NVIDIA display driver and Matlab continued crashing the PC. The Intel version is "up to date"... but I noticed that the most recent version was in May 2019, about the time when my troubles began.
So I installed the previous version of the Intel UHD Graphics 620 driver, and Matlab's been working all afternoon today. So it could be a conflict between the most recent Intel display driver and Matlab.
Walter Roberson
Walter Roberson on 6 Sep 2019
The date format on the download page at Intel is month/day/year so the .7158 was released September 5th, not May 9th.
The previous version, .7000 is August 1 2019

Sign in to comment.

Answers (2)

Walter Roberson
Walter Roberson on 7 Oct 2016
You might need to update your graphics driver. (Or possibly some other driver.)
  1 Comment
Avicena Avicena
Avicena Avicena on 6 Sep 2019
If that doesn't work, try an older version of your graphics driver. I think the most recent display driver from Intel (May 2019) messed it up.

Sign in to comment.


toriqul toriqul
toriqul toriqul on 9 Oct 2019
clc
clear all
x=linspace(0,2*pi;,50)
Y=cos(x);
stem(x,y)

Categories

Find more on Manage Products 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!