twirls/MexFunc/mex_func.h

4 lines
185 B
C
Raw Normal View History

2023-10-05 10:38:21 +08:00
#pragma once
#include <mat.h>
// void mexFunction(int nlhs, mxArray* plhs[], int nrhs, mxArray** prhs);
void mexFunctionWrap(int nlhs, mxArray* plhs[], int nrhs, const mxArray* prhs[]);