00001 #include "mex.h" 00002 #include "math.h" 00003 00004 void mexFunction( int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[] ) 00005 { 00006 printf("hi\n"); 00007 }