Can't run programs with plots "Error using gca"

조회 수: 3 (최근 30일)
Eduardo Buendia
Eduardo Buendia 2018년 7월 7일
댓글: Walter Roberson 2018년 7월 8일
Everytime I try to run a program that has a plot, I get an error like this
Error using gca
Can't reload 'C:\Program Files\MATLAB\R2015b\bin\win32\handle_graphics.dll'
Error in hold (line 34)
ax = gca;
Error in PredictorSmithP4 (line 20)
hold on;
This happens only with my laptop. But this is the first time it happens, so I don't think it's a memory problem since it has worked properly before.
Just in case, it has 2 GB of RAM which should be enough for MATLAB 2015b.
  댓글 수: 7
Eduardo Buendia
Eduardo Buendia 2018년 7월 8일
Well, apparently it had something to do with Windows' registry. As dumb as it sounds, running CCleaner's registry cleaner fixed the problem. Probably a shared DLL issue like you said. Thank you.
Walter Roberson
Walter Roberson 2018년 7월 8일
When I was searching, I did see one site claiming the problem had to do with bad registry entries, but since the site was pushing a particular commercial registry cleaner (one that I had not heard of either), I considered the claim to be unreliable.

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Programming에 대해 자세히 알아보기

제품


릴리스

R2015b

Community Treasure Hunt

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

Start Hunting!

Translated by