Mex mxClassID not found
1 次查看(过去 30 天)
显示 更早的评论
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
0 个评论
采纳的回答
Adam
2016-6-29
编辑:Adam
2016-6-29
You just spelt it wrong with a 'c' instead of an 'x'
mxCreateNumericMatrix
2 个评论
Steven Lord
2016-6-29
If it's an example on a MathWorks documentation page, can you please click the "No" next to "Was this topic helpful?" at the bottom of the page and mention the typo in your feedback? That way the documentation staff will be notified and can make sure to fix it.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 C Matrix API 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!