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..............

답변 (1개)

Walter Roberson
Walter Roberson 2012년 5월 27일

0 개 추천

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.

카테고리

도움말 센터File Exchange에서 Data Type Conversion에 대해 자세히 알아보기

질문:

2012년 5월 27일

Community Treasure Hunt

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

Start Hunting!

Translated by