constraint_app
/home/jbrooksh/drc/software/perception/constraint_app/src/matlab_mex/test.cpp
Go to the documentation of this file.
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 }
 All Classes Files Functions Variables Typedefs