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.

 채택된 답변

Emmanuel Abbe
Emmanuel Abbe 2015년 3월 14일
편집: Walter Roberson 2020년 12월 2일

16 개 추천

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

Joao Rodrigues
Joao Rodrigues 2019년 12월 8일
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 2020년 3월 2일
Worked for me too
Praneetha Pulyala
Praneetha Pulyala 2020년 3월 17일
Helped me to remote connect to COMSOL. Thanks
Chuo Liu
Chuo Liu 2020년 9월 10일
Worked for me too! I am using R2015a on Windows 10 with ATI Raedon HD3450.
Hoshyar Mohammed
Hoshyar Mohammed 2020년 9월 27일
Had the same problem wiht even Matlab2020a. It solved the problem. Thanks.
Avi
Avi 2020년 10월 15일
work well thanks
UNION-M
UNION-M 2020년 11월 26일
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 2021년 3월 17일
Yes, it works ! Thanks a lot
Sven Wolf
Sven Wolf 2021년 3월 18일
Worked for me as well! Thank you very much!
Sajid Raza
Sajid Raza 2021년 6월 26일
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 2024년 8월 12일
편집: Mahdi 2024년 8월 12일
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.

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Kandhukuri Arun
Kandhukuri Arun 2020년 2월 5일

0 개 추천

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

카테고리

도움말 센터File Exchange에서 Desktop에 대해 자세히 알아보기

제품

질문:

2015년 3월 14일

편집:

2024년 8월 12일

Community Treasure Hunt

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

Start Hunting!

Translated by