is it possible to create a executable file in simulink?

2 次查看(过去 30 天)
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....

采纳的回答

Walter Roberson
Walter Roberson 2014-3-5
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 个评论
A.Pragadeesh
A.Pragadeesh 2014-3-5
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 2014-3-5
See here for TBs which are supported by ML Compiler and here for TBs which arent supported.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Simulink Coder 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by