Plot: LoadLibrary failed with error 87

59 visualizaciones (últimos 30 días)
Emmanuel Abbe
Emmanuel Abbe el 14 de Mzo. de 2015
Editada: Mahdi el 12 de Ag. de 2024
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.

Respuesta aceptada

Emmanuel Abbe
Emmanuel Abbe el 14 de Mzo. de 2015
Editada: Walter Roberson el 2 de Dic. de 2020
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 comentarios
Sajid Raza
Sajid Raza el 26 de Jun. de 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 el 12 de Ag. de 2024
Editada: Mahdi el 12 de Ag. de 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.

Iniciar sesión para comentar.

Más respuestas (1)

Kandhukuri Arun
Kandhukuri Arun el 5 de Feb. de 2020
function p = prob_table(x)
p = hist(x, 1:max(x))/numel(x);
end

Categorías

Más información sobre Desktop en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by