matlab.h

Go to the documentation of this file.
00001 #include "lib/config.h"
00002 
00003 #ifdef HAVE_MATLAB
00004 #include <mex.h>
00005 
00006 //use compatibility mode w/ matlab <7.x
00007 #if !defined(MX_API_VER) || MX_API_VER<0x07040000
00008 #define mwSize INT
00009 #define mwIndex INT
00010 
00011 #define mxIsLogicalScalar(x) false
00012 #define mxIsLogicalScalarTrue(x) false
00013 #endif
00014 
00015 #endif //HAVE_MATLAB

SHOGUN Machine Learning Toolbox - Documentation