Can you solve my Simulink error?
1 回表示 (過去 30 日間)
古いコメントを表示
Dear friends I have a simulink file with a unknown error: "Unable to locate a C-compiler required by Stateflow and MATLAB Function blocks.Use 'mex -setup' to select a supported C-compiler." and simulink debugger specified any block for this error. Can you help me? Regards
0 件のコメント
採用された回答
Walter Roberson
2013 年 2 月 7 日
編集済み: Walter Roberson
2013 年 2 月 7 日
At the MATLAB command line, command
mex -setup
and select one of the compilers that shows up.
If no compilers show up, then you need to install a compiler. The appropriate compiler to install will depend upon your MATLAB version and your operating system and whether you are using 32 bit MATLAB or 64 bit MATLAB.
0 件のコメント
その他の回答 (0 件)
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!