Filter löschen
Filter löschen

error in c-compiler

1 Ansicht (letzte 30 Tage)
studentU
studentU am 22 Apr. 2015
Beantwortet: studentU am 22 Apr. 2015
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.

Antworten (2)

James Tursa
James Tursa am 22 Apr. 2015
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 am 22 Apr. 2015
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

Kategorien

Mehr zu Software Development Tools finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by