Error using imfilter: imfilter_mex.mexw64

Error using Settings
Undefined function or variable 'matlab.internal.getSettingsRoot'.
Error in iptgetpref (line 22)
s = Settings;
Error in imfilter>filterPartOrWhole (line 331)
result = imfilter_mex(a, outSize, h, nonzero_h,...
Error in imfilter (line 175)
b = filterPartOrWhole(a, finalSize, h, pad, sameSize, convMode);
Invalid MEX-file 'C:\Program Files\MATLAB\R2013b\toolbox\images\images\private\imfilter_mex.mexw64': The specified module could not be found. Error in imfilter>filterPartOrWhole (line 331) result = imfilter_mex(a, outSize, h, nonzero_h,... Error in imfilter (line 175) b = filterPartOrWhole(a, finalSize, h, pad, sameSize, convMode);
How do I work around this error? I reinstalled the image processing toolbox, but it still does not work.

 채택된 답변

Sean de Wolski
Sean de Wolski 2013년 10월 4일

1 개 추천

It sounds like your path has been been corrupted. Please run the following commands to restore it:
restoredefaultpath;
rehash toolboxcache;
If it works after these two commands, then run:
savepath;

추가 답변 (1개)

Jeniffer Ramos
Jeniffer Ramos 2018년 4월 26일

0 개 추천

It does not work with me.

댓글 수: 1

Jan
Jan 2018년 5월 28일
@Jeniffer: This is not an answer to the question. Please open a new thread and explain your problem with details.

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

카테고리

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

질문:

2013년 10월 4일

댓글:

Jan
2018년 5월 28일

Community Treasure Hunt

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

Start Hunting!

Translated by