What is .mex file ?

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 ?

Risposte (1)

Walter Roberson
Walter Roberson il 4 Mar 2013

0 voti

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 Commenti

Ajay Pherwani
Ajay Pherwani il 4 Mar 2013
Thanks for you answer , But Why is that only for stateflow chart we observe mex files ? , why isnt for normal simulink block we see mex file ?
Walter Roberson
Walter Roberson il 4 Mar 2013
I do not know enough about Simulink to answer that.
My understanding had been that there might be some compilation when you use Accelerator mode.
Ajay Pherwani
Ajay Pherwani il 5 Mar 2013
Modificato: Ajay Pherwani il 5 Mar 2013
OK , thanks for the answers :)
Sean de Wolski
Sean de Wolski il 5 Mar 2013
@Walter: or fortran!

Accedi per commentare.

Categorie

Scopri di più su Simulink Coder in Centro assistenza e File Exchange

Tag

Richiesto:

il 4 Mar 2013

Community Treasure Hunt

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

Start Hunting!

Translated by