static creal_T d_emlrt_marshallIn(const mxArray *u, const emlrtMsgIdentifier *parentId) { creal_T y; y = h_emlrt_marshallIn(emlrtAlias(u), parentId); emlrtDestroyArray(&u); return y; }
static boolean_T d_emlrt_marshallIn(const emlrtStack *sp, const mxArray *u, const emlrtMsgIdentifier *parentId) { boolean_T y; y = h_emlrt_marshallIn(sp, emlrtAlias(u), parentId); emlrtDestroyArray(&u); return y; }
static real_T (*d_emlrt_marshallIn(const emlrtStack *sp, const mxArray *u, const emlrtMsgIdentifier *parentId))[5] { real_T (*y)[5]; y = h_emlrt_marshallIn(sp, emlrtAlias(u), parentId); emlrtDestroyArray(&u); return y; }
static void g_emlrt_marshallIn(const emlrtStack *sp, const mxArray *f, const char_T *identifier, emxArray_real_T *y) { emlrtMsgIdentifier thisId; thisId.fIdentifier = identifier; thisId.fParent = NULL; h_emlrt_marshallIn(sp, emlrtAlias(f), &thisId, y); emlrtDestroyArray(&f); }
/* * Arguments : const emlrtStack *sp * const mxArray *FZG * const char_T *identifier * struct0_T *y * Return Type : void */ static void g_emlrt_marshallIn(const emlrtStack *sp, const mxArray *FZG, const char_T *identifier, struct0_T *y) { emlrtMsgIdentifier thisId; thisId.fIdentifier = identifier; thisId.fParent = NULL; h_emlrt_marshallIn(sp, emlrtAlias(FZG), &thisId, y); emlrtDestroyArray(&FZG); }
/* * Arguments : const emlrtStack *sp * const mxArray *optPreInxTn3 * const char_T *identifier * Return Type : real_T (*)[52800] */ static real_T (*g_emlrt_marshallIn(const emlrtStack *sp, const mxArray *optPreInxTn3, const char_T *identifier))[52800] { real_T (*y)[52800]; emlrtMsgIdentifier thisId; thisId.fIdentifier = identifier; thisId.fParent = NULL; y = h_emlrt_marshallIn(sp, emlrtAlias(optPreInxTn3), &thisId); emlrtDestroyArray(&optPreInxTn3); return y; }
/* * Arguments : const emlrtStack *sp * const mxArray *canais * const char_T *identifier * Return Type : real_T (*)[4] */ static real_T (*g_emlrt_marshallIn(const emlrtStack *sp, const mxArray *canais, const char_T *identifier))[4] { real_T (*y)[4]; emlrtMsgIdentifier thisId; thisId.fIdentifier = identifier; thisId.fParent = NULL; y = h_emlrt_marshallIn(sp, emlrtAlias(canais), &thisId); emlrtDestroyArray(&canais); return y; }
static real_T g_emlrt_marshallIn(const emlrtStack *sp, const mxArray *srate, const char_T *identifier) { real_T y; emlrtMsgIdentifier thisId; thisId.fIdentifier = identifier; thisId.fParent = NULL; y = h_emlrt_marshallIn(sp, emlrtAlias(srate), &thisId); emlrtDestroyArray(&srate); return y; }
/* * Arguments : const emlrtStack *sp * const mxArray *P_kk_kk * const char_T *identifier * Return Type : real_T (*)[25] */ static real_T (*g_emlrt_marshallIn(const emlrtStack *sp, const mxArray *P_kk_kk, const char_T *identifier))[25] { real_T (*y)[25]; emlrtMsgIdentifier thisId; thisId.fIdentifier = identifier; thisId.fParent = NULL; thisId.bParentIsCell = false; y = h_emlrt_marshallIn(sp, emlrtAlias(P_kk_kk), &thisId); emlrtDestroyArray(&P_kk_kk); return y; }
static void d_emlrt_marshallIn(const emlrtStack *sp, const mxArray *u, const emlrtMsgIdentifier *parentId, emxArray_real_T *y) { h_emlrt_marshallIn(sp, emlrtAlias(u), parentId, y); emlrtDestroyArray(&u); }