Plot: LoadLibrary failed with error 87
이전 댓글 표시
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.
채택된 답변
추가 답변 (1개)
Kandhukuri Arun
2020년 2월 5일
0 개 추천
function p = prob_table(x)
p = hist(x, 1:max(x))/numel(x);
end
카테고리
도움말 센터 및 File Exchange에서 Desktop에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!