Invalid MEX-file

Hi,
While using FIS editor and try to view rules I get following error,
"Invalid MEX-file 'C:\Program Files\MATLAB\R2007b\toolbox\matlab\datafun\sortrowsc.mexw32': The specified module could not be found."
Error in ==> sortrows at 74 ndx = sortrowsc(x_sub, col);
Error in ==> unique at 193 [b,ndx] = sortrows(a);
Error in ==> ismember at 215 [au,am,an] = unique(a,'rows');
Error in ==> cell.ismember at 77 tfstep = ismember(char(a),char(s(chunk)),'rows');
Error in ==> isfis at 17 'rule'},fieldnames(fis)))
Error in ==> evalfis at 51 if ~isfis(fis)
Error in ==> ruleview at 450 [v,irr,orr,arr]=evalfis(inputVector,fis, numPts);
Error in ==> ruleview at 316 ruleview #update
Error in ==> fisgui at 102 eval([tag '(fis);']);
??? Error while evaluating uimenu Callback,
Any answer please ?
Thanks..............

Answers (1)

Walter Roberson
Walter Roberson on 27 May 2012

0 votes

That error usually means that there is a library needed by the file but which is not being found.
It is recommended that you download Dependency Walker (google it) and use it on the file that was named there.

Categories

Asked:

on 27 May 2012

Community Treasure Hunt

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

Start Hunting!