Due to a site-wide maintenance on the NAS, Gitlab will likely experience some downtime on Thursday, starting at 12PM CET. This is expected to last no more than a few minutes.
# define CHECK_TYPE(ARG,ARGNAME,TYPE,CHECK) if (!CHECK(ARG)) mexErrMsgIdAndTxt(STR(MEXNAME)":inputType",STR(MEXNAME)" expects "ARGNAME" to be a "#TYPE" array but got %s instead",mxGetClassName(ARG))