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