I suddenly started to have the error "LoadLibrary failed with error 87: the parameter is incorrect" every time i try to use plot or scatterplot. I tried many way to solve it but no way.
I'm using Windows 8.1 with matlab 2015a and I started to have the same problem also with Matlab 2014a.
Please help.

 Réponse acceptée

Emmanuel Abbe
Emmanuel Abbe le 14 Mar 2015
Modifié(e) : Walter Roberson le 2 Déc 2020

16 votes

I solved the problem on my own. For those having a ati graphic card, the problem is related (at least in my case) to the file "atig6pxx.dll" in windir/system32 (Our you can search for it).
I've found the solution at this link https://www.youtube.com/watch?v=D0lqBQbPVoo and solved the problem by renaming "atig6pxx.dll" into "atig6pxx.dll.bak" (you need to change the extention of the file.)

11 commentaires

Joao Rodrigues
Joao Rodrigues le 8 Déc 2019
Worked for me. I was getting that error when starting Matlab (never had problems before, perhpas it was because I was windows Remote Desktop connection).
Matteo Ceriotti
Matteo Ceriotti le 2 Mar 2020
Worked for me too
Praneetha Pulyala
Praneetha Pulyala le 17 Mar 2020
Helped me to remote connect to COMSOL. Thanks
Chuo Liu
Chuo Liu le 10 Sep 2020
Worked for me too! I am using R2015a on Windows 10 with ATI Raedon HD3450.
Hoshyar Mohammed
Hoshyar Mohammed le 27 Sep 2020
Had the same problem wiht even Matlab2020a. It solved the problem. Thanks.
Avi
Avi le 15 Oct 2020
work well thanks
UNION-M
UNION-M le 26 Nov 2020
Exactlly! Thank you very much.
It worked for me on my sucks laptop Inspirion 14 3441 which has a AMD A4-6210 APU with AMD Radeon R3 Graphics (Haha its sucks I know)
Frederic Coste
Frederic Coste le 17 Mar 2021
Yes, it works ! Thanks a lot
Sven Wolf
Sven Wolf le 18 Mar 2021
Worked for me as well! Thank you very much!
Sajid Raza
Sajid Raza le 26 Juin 2021
I am having this issue while i am doing remote desktop connection. Do i need to change the name to atig6pxx.dll.bak on my own home computer or on remote office computer?
Mahdi
Mahdi le 12 Août 2024
Modifié(e) : Mahdi le 12 Août 2024
Thanks alot @Emmanuel Abbe. I alread had the both files and just needed to remove the "atig6pxx.dll" form system32 and now it works! BTW, I amd working with Matlab 2024a.

Connectez-vous pour commenter.

Plus de réponses (1)

Kandhukuri Arun
Kandhukuri Arun le 5 Fév 2020

0 votes

function p = prob_table(x)
p = hist(x, 1:max(x))/numel(x);
end

Catégories

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by