How can i install c compiler on 64 bit computer to run stateflow
1 次查看(过去 30 天)
显示 更早的评论
I have Matlab R2010a. When I run a stateflow chart it gives me an error of missing c compiler. Suggestions on the internet says to run mex -setup in the command line.I did that. But I am getting the following error. Can any one please suggest a step-by-step procedure to run stateflow on my R2010a matlab.
>> mex -setup Please choose your compiler for building external interface (MEX) files:
Would you like mex to locate installed compilers [y]/n? y
Select a compiler:
[0] None
Compiler: 0
mex: No compiler selected. No action taken.
************************************************************************ Warning: The MATLAB C and Fortran API has changed to support MATLAB variables with more than 2^32-1 elements. In the near future you will be required to update your code to utilize the new API. You can find more information about this at: http://www.mathworks.com/support/solutions/en/data/1-5C27B9/?solution=1-5C27B9 Building with the -largeArrayDims option enables the new API. ************************************************************************
>>
0 个评论
采纳的回答
Friedrich
2014-3-21
You need to install a compiler which R2010a supports. A list of supported compiler can be found here. After you have done that run mex -setup again to select it and you are good to go.
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Troubleshooting in MATLAB Compiler SDK 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!