How to solve this error as mentioned- "Unable to locate a C-compiler required by Stateflow and MATLAB Function blocks. Use 'mex -setup' to select a supported C-compiler"

2 views (last 30 days)
Error-Unable to locate a C-compiler required by Stateflow and MATLAB Function blocks. Use 'mex -setup' to select a supported C-compiler.
My laptop is Windows 8(genuine) 64 bit. I am trying to run my code in MATLAB R2013a which is having State flow charts and S function parameter block. I have gone through the matlab forums to get the solution for this but it is not working. please suggest me the correct way to solve this.

Accepted Answer

Walter Roberson
Walter Roberson on 1 Sep 2013
What happens when, at the MATLAB command line, you give the command
mex -setup
  1 Comment
Mahua
Mahua on 1 Sep 2013
when i give the command in matlab--- mex -setup
Welcome to mex -setup. This utility will help you set up a default compiler. For a list of supported compilers, see http://www.mathworks.com/support/compilers/R2013a/win64.html
Please choose your compiler for building MEX-files:
Would you like mex to locate installed compilers [y]/n? y
No supported SDK or compiler was found on this computer. For a list of supported compilers, see http://www.mathworks.com/support/compilers/R2013a/win64.html
Error using mex (line 206) Unable to complete successfully.
  1. i have tried to install the compiler from the following link but it is not supporting, mine is windows 8. i m confused whether this is the issue or not. http://www.mathworks.in/support/compilers/R2013a/index.html

Sign in to comment.

More Answers (1)

Salman Khalidi
Salman Khalidi on 5 Jun 2016
I am also facing this problem. but i am using Matlab R2012b. I have also installed the supported compiler for this version i.e. Microsoft windows SDK 7.1 but problem persist. Still same error occur >> mex -setup
Welcome to mex -setup. This utility will help you set up a default compiler. For a list of supported compilers, see http://www.mathworks.com/support/compilers/R2012b/win64.html
Please choose your compiler for building MEX-files:
Would you like mex to locate installed compilers [y]/n? y
No supported SDK or compiler was found on this computer. For a list of supported compilers, see http://www.mathworks.com/support/compilers/R2012b/win64.html
Error using mex (line 206) Unable to complete successfully.

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!