root/applications/bdmtoolbox/mex/my_isobj.cpp
@
927
Revision 925, 177 bytes (checked in by smidl, 15 years ago) |
---|
Line | |
---|---|
1 | #ifdef MEX |
2 | #include <mex/mex_parser.h> |
3 | |
4 | void mexFunction ( int n_output, mxArray *output[], int n_input, const mxArray *input[] ) { |
5 | printf("%d",mxIsObject(input[0])); |
6 | } |
7 | #endif |
Note: See TracBrowser
for help on using the browser.