root/applications/bdmtoolbox/mex/my_isobj.cpp @ 933

Revision 933, 245 bytes (checked in by smidl, 14 years ago)

bdmtoolbox updated for new loggers

Line 
1#ifdef MEX
2#include <mex/mex_parser.h>
3
4void mexFunction ( int n_output, mxArray *output[], int n_input, const mxArray *input[] ) {
5        mxArray * m=(mxArray *)input[0];
6        printf("%d",mxIsObject(m));
7        mexCallMATLAB(0,0,1, &m, "validate");
8       
9}
10#endif
Note: See TracBrowser for help on using the browser.