0001
0002
0003
0004
0005
0006
0007
0008
0009 function mexFileLost
0010
0011 name = callingFunctionName;
0012
0013 fprintf('\nThis is only the help file for the mex file %s.\n',name);
0014 fprintf('Make sure that the SaliencyToolbox/bin directory is in your Matlab path.\n');
0015 fprintf('If you still see this message, then %s might need\n',name);
0016 fprintf('to be compiled for your system. The source code is in:\n');
0017 fprintf('SaliencyToolbox/mex/%s.cpp\n',name);
0018 fprintf('See SaliencyToolbox/doc/index.html for instructions on how\n');
0019 fprintf('to compile the code.\n\n');
0020
0021 fatal(['MEX file ' name ' could not be found.']);