using mex -setup error

4 次查看(过去 30 天)
zhang qi
zhang qi 2015-1-28
when i use this command in matlab,error:Error using mex (line 206) .Unable to complete successfully.but i already set up the sdk,there is no effect.
  2 个评论
Geoff Hayes
Geoff Hayes 2015-1-28
Zhang - if you have already set up the SDK then there may be a problem with an environment variable or something else that isn't obvious. Redo the setup with verbosity enabled and check the output for signs of something missing. Post the results here if unclear what to do next. The command to run is
mex -v -setup
Muhammed Ali Erbir
Muhammed Ali Erbir 2018-12-6
you have to install visual studio including "C++ destop app" option
then retry in MATLAB mex -setup and show compiler in the list to select
compiler for matlab.PNG

请先登录,再进行评论。

回答(1 个)

Matz Johansson Bergström
As the error message says you are missing a suitable compiler to create mex files. See mathworks Mex files.
  2 个评论
zhang qi
zhang qi 2015-1-28
i think the most important thing is how to create the compiler
Titus Edelhofer
Titus Edelhofer 2015-1-28
Hi,
take a look at the list of supported compilers, choose one and install it. Then run mex -setup again.
Titus

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Troubleshooting in MATLAB Compiler SDK 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by