MATLAB: Is it possible to create a executable file in simulink

project

i have created a simulink model…i would like to know if it is possible to export the model as a independent file and running it….

Best Answer

Simulink cannot be compiled to .exe using MATLAB Compiler.
Under some constraints, you can use Simulink Coder to generate C or C++ code that can then be compiled. You might not be able to use any graphics in the code that is generated that way.
Related Question