#include "mex.h" /* Always include this */

void mexFunction(int nlhs, mxArray *plhs[], /* Output variables */

int nrhs, const mxArray *prhs[]) /* Input variables */

f

mexPrintf("Hello, world! "); /* Do something interesting */

return;

