void mexFunction(int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[])
{
  /* Initialize the memory manager. */
  mexAtExit(drr_SK_Simplified_atexit_wrapper);
  emlrtClearAllocCount(&emlrtContextGlobal, 0, 0, NULL);
  /* Dispatch the entry-point. */
  drr_SK_Simplified_mexFunction(nlhs, plhs, nrhs, prhs);
}
void mexFunction(int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[])
{
  /* Initialize the memory manager. */
  mexAtExit(heart_rate_official_cport_atexit);
  emlrtClearAllocCount(&emlrtContextGlobal, 0, 3, "ForceOff");
  /* Dispatch the entry-point. */
  heart_rate_official_cport_mexFunction(nlhs, plhs, nrhs, prhs);
}
Пример #3
0
void mexFunction(int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[])
{
  /* Initialize the memory manager. */
  mexAtExit(util_sub_normalized_dot_product_atexit_wrapper);
  emlrtClearAllocCount(&emlrtContextGlobal, 0, 0, NULL);
  /* Dispatch the entry-point. */
  util_sub_normalized_dot_product_mexFunction(nlhs, plhs, nrhs, prhs);
}