Unable to locate a C-compiler required by Stateflow and MATLAB Function blocks. Use 'mex -setup' to select a supported C-compiler.

how can solve this issue with the compiler
I use a sine-wave source connected to embedded matlab function with same function input equal output then connected to the scope. easy model
when run this model i get error: Unable to locate a C-compiler required by Stateflow and MATLAB Function blocks. Use 'mex -setup' to select a supported C-compiler.

 Accepted Answer

You need to setup your compiler.
As the error suggests, go to to the MATLAB command line and type
mex -setup
For more information: Selecting a Compiler

4 Comments

hi, i could configure mex -setup and successfully get it recognized and chosen. yet the error persists and I can't use matlab function block. please help it's really urgent
hi, I have the same problem. What did you do to fix this issue ? thanks :)

Sign in to comment.

More Answers (0)

Categories

Tags

Asked:

on 19 Feb 2014

Commented:

on 13 Feb 2015

Community Treasure Hunt

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

Start Hunting!