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 ?
回答(1 个)
Walter Roberson
2013-3-4
0 个投票
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
2013-3-4
Walter Roberson
2013-3-4
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
2013-3-5
编辑:Ajay Pherwani
2013-3-5
Sean de Wolski
2013-3-5
@Walter: or fortran!
类别
在 帮助中心 和 File Exchange 中查找有关 MATLAB Compiler 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!