is it possible to create a executable file in simulink?

1 view (last 30 days)
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....

Accepted Answer

Walter Roberson
Walter Roberson on 5 Mar 2014
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.
  4 Comments
A.Pragadeesh
A.Pragadeesh on 5 Mar 2014
thanks...but is it possible to use a opc toolbox to create a common user interface for my simulink model after interfacing it with gui ?
Friedrich
Friedrich on 5 Mar 2014
See here for TBs which are supported by ML Compiler and here for TBs which arent supported.

Sign in to comment.

More Answers (0)

Categories

Find more on Simulink Coder in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!