How to compile cpp files to make mex files using visual c++ 2010 ?
Afficher commentaires plus anciens
I am using MATLAB 2012b and I have both visual c++ 2010 and sdk 7.1 installed. But I am not able to create mex files.I get the following error:Error: 'SFunc_Load_MsgTblC.cpp' not found.
Error using mex (line 206) Unable to complete successfully.
1 commentaire
Walter Roberson
le 10 Juin 2015
What command line are you giving to mex?
Réponses (1)
James Tursa
le 10 Juin 2015
0 votes
The file SFunc_Load_MsgTblC.cpp needs to be in the current directory.
2 commentaires
Prachi Geda
le 10 Juin 2015
James Tursa
le 10 Juin 2015
Modifié(e) : James Tursa
le 10 Juin 2015
But where is the file? It needs to be in the current directory or mex will not find it and give you the error message. What do you get when you type the following:
dir SFunc_Load_MsgTblC.cpp
Catégories
En savoir plus sur MATLAB Compiler dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!