📄 mexfilelost.m
字号:
% mexFileLost - displays a message if a mex file couldn't be found.% This file is part of the SaliencyToolbox - Copyright (C) 2006-2007% by Dirk B. Walther and the California Institute of Technology.% See the enclosed LICENSE.TXT document for the license agreement. % More information about this project is available at: % http://www.saliencytoolbox.netfunction mexFileLostname = callingFunctionName;fprintf('\nThis is only the help file for the mex file %s.\n',name);fprintf('Make sure that the SaliencyToolbox/bin directory is in your Matlab path.\n');fprintf('If you still see this message, then %s might need\n',name);fprintf('to be compiled for your system. The source code is in:\n');fprintf('SaliencyToolbox/mex/%s.cpp\n',name);fprintf('See SaliencyToolbox/doc/index.html for instructions on how\n');fprintf('to compile the code.\n\n');fatal(['MEX file ' name ' could not be found.']);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -