Error using imfilter: imfilter_mex.mexw64
Show older comments
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.
Accepted Answer
More Answers (1)
Jeniffer Ramos
on 26 Apr 2018
0 votes
It does not work with me.
1 Comment
Jan
on 28 May 2018
@Jeniffer: This is not an answer to the question. Please open a new thread and explain your problem with details.
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!