MATLAB: Mex mxClassID not found

2014amex

I get a mex error with
mxArray *tmp;
tmp = mxCreateNumericMatric((mwSize) 1,(mwSize) 1,mxUINT64_CLASS, mxREAL);
e:\mex\testread.cpp(90) : error C3861: 'mxCreateNumericMatric': identifier not found

Best Answer

You just spelt it wrong with a 'c' instead of an 'x'
mxCreateNumericMatrix