What is .mex file ?

8 ビュー (過去 30 日間)
Ajay Pherwani
Ajay Pherwani 2013 年 3 月 4 日
When ever i simulate a model containing state Chart in it, I generally observe mex files being generated in the current folder director.
What is the use of this .mex file ?

回答 (1 件)

Walter Roberson
Walter Roberson 2013 年 3 月 4 日
The .mex file is C code being generated from the Stateflow Chart; the C code is then compiled to binary code and run within MATLAB. This provides for efficient execution of the Chart.
  4 件のコメント
Ajay Pherwani
Ajay Pherwani 2013 年 3 月 5 日
編集済み: Ajay Pherwani 2013 年 3 月 5 日
OK , thanks for the answers :)
Sean de Wolski
Sean de Wolski 2013 年 3 月 5 日
@Walter: or fortran!

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeSimulink Coder についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by