twirls/MexFunc/mex_func.h

3 lines
100 B
C

#pragma once
#include <mat.h>
void mexFunction(int nlhs, mxArray* plhs[], int nrhs, mxArray** prhs);