How to simulate Stateflow?

2 views (last 30 days)
Jigar Patel
Jigar Patel on 17 Oct 2012
I am trying to simulate a model which has a state flow. While simulating it Matlab is giving me the error below. How do I Fix it?
"Unable to locate a C-compiler required by Stateflow and MATLAB Function blocks. Use 'mex -setup' to select a supported C-compiler."

Answers (2)

Azzi Abdelmalek
Azzi Abdelmalek on 17 Oct 2012
Edited: Azzi Abdelmalek on 17 Oct 2012
In matlab command run
mex -setup
then choose your compiler. If you have a 32bits OS you will find at least LCC compiler, If you are using 64 bits OS then you have to install microsoft visuall c++ with sdk 7.1 or ms visual studio
  2 Comments
Jigar Patel
Jigar Patel on 18 Oct 2012
Thanks for your help.
Rahul Chandegara
Rahul Chandegara on 19 Oct 2012
a compatible version of Visual Studio 2008 was not detected on the system. This update is designed for only the Microsoft Visual Studio 2008 (ENU) product family, and is not compatible with any Express editions

Sign in to comment.


Siddharth
Siddharth on 17 Oct 2012
Find the list of supported compilers for 12b at the link below (check for your machine arch and OS): http://www.mathworks.com/support/compilers/R2012b/win64.html
Previous releases, find supported compilers here: http://www.mathworks.com/support/sysreq/previous_releases.html
  2 Comments
Rahul Chandegara
Rahul Chandegara on 19 Oct 2012
a compatible version of Visual Studio 2008 was not detected on the system. This update is designed for only the Microsoft Visual Studio 2008 (ENU) product family, and is not compatible with any Express editions

Sign in to comment.

Categories

Find more on Complex Logic in Help Center and File Exchange

Tags

Products

Community Treasure Hunt

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

Start Hunting!