Error using Mex command!

44 ビュー (過去 30 日間)
Paul Hinze
Paul Hinze 2022 年 4 月 21 日
回答済み: Chandu 2022 年 4 月 25 日
Hello,
my mex command does not work.
Here is the code:
clear all;
mex -v model_IHC_BEZ2018.c complex.c
clear all;
mex -v model_Synapse_BEZ2018.c complex.c
The error message is:
Error using mex
Supported compiler not detected. For options, visit https://www.mathworks.com/support/compilers.
Error in mexANmodel (line 2)
mex -v model_IHC_BEZ2018.c complex.c
When i go on the mentioned website, I do not know which extra compiler i should install?

採用された回答

Chandu
Chandu 2022 年 4 月 25 日
Hi,
Mex function compiles and links one or more C++ source files written with MATLAB API for C++ into binary MEX file.
Regarding the error encountered, a supported mex compiler is not installed on your MATLAB.
Execute the following command in your MATLAB command terminal and check for available compilers, if no compilers found, try installing the supported compilers,
>> mex -setup
You can also refer to mex, supported compilers MathWorks Documentation for future reference.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeWrite C Functions Callable from MATLAB (MEX Files) についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by