twirls/MexFunc/mex_func.h

3 lines
100 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);