error in c-compiler

hi how can i resolve this error:
Unable to locate a C-compiler required by Stateflow and MATLAB Function blocks. Use 'mex -setup' to select a supported C-compiler.

回答 (2 件)

James Tursa
James Tursa 2015 年 4 月 22 日

0 投票

Type the following at the command line. When asked if you want MATLAB to look for compilers, press Enter:
mex -setup
If there is a C compiler choice available, select it. If there is no C compiler choice available, then you will have to install one yourself. To see what compilers are supported you can start with this link:
studentU
studentU 2015 年 4 月 22 日

0 投票

I Thank You for your reply ...   I wonder is it that there are no other alernative bypassing the C-Compiler. I work with a matlab function block that does the calculation from three fonction.m. thank you again

カテゴリ

ヘルプ センター および File ExchangeMATLAB Compiler についてさらに検索

タグ

質問済み:

2015 年 4 月 22 日

回答済み:

2015 年 4 月 22 日

Community Treasure Hunt

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

Start Hunting!

Translated by