필터 지우기
필터 지우기

How to simulate Stateflow?

조회 수: 3 (최근 30일)
Jigar Patel
Jigar Patel 2012년 10월 17일
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."

답변 (2개)

Azzi Abdelmalek
Azzi Abdelmalek 2012년 10월 17일
편집: Azzi Abdelmalek 2012년 10월 17일
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
Jigar Patel
Jigar Patel 2012년 10월 18일
Thanks for your help.
Rahul Chandegara
Rahul Chandegara 2012년 10월 19일
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

댓글을 달려면 로그인하십시오.


Siddharth
Siddharth 2012년 10월 17일
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
Jigar Patel
Jigar Patel 2012년 10월 18일
Thanks!!!
Rahul Chandegara
Rahul Chandegara 2012년 10월 19일
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

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Complex Logic에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by