using mex -setup error

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 Comments

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
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

Sign in to comment.

Answers (1)

Matz Johansson Bergström
Matz Johansson Bergström on 28 Jan 2015

0 votes

As the error message says you are missing a suitable compiler to create mex files. See mathworks Mex files.

2 Comments

i think the most important thing is how to create the compiler
Hi,
take a look at the list of supported compilers, choose one and install it. Then run mex -setup again.
Titus

Sign in to comment.

Categories

Tags

Asked:

on 28 Jan 2015

Community Treasure Hunt

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

Start Hunting!