Mex mxClassID not found
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposta accettata
Adam
il 29 Giu 2016
Modificato: Adam
il 29 Giu 2016
You just spelt it wrong with a 'c' instead of an 'x'
mxCreateNumericMatrix
2 Commenti
Steven Lord
il 29 Giu 2016
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.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su C Matrix API in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!