What is .mex file ?
Afficher commentaires plus anciens
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 ?
Réponses (1)
Walter Roberson
le 4 Mar 2013
0 votes
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 commentaires
Ajay Pherwani
le 4 Mar 2013
Walter Roberson
le 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
le 5 Mar 2013
Modifié(e) : Ajay Pherwani
le 5 Mar 2013
Sean de Wolski
le 5 Mar 2013
@Walter: or fortran!
Catégories
En savoir plus sur Simulink Coder dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!