I am trying to create a standalone executable from a Matlab app using Application compiler. This app calls a Simulink/Simscape model by "sim" command. The packaging process was completed successfully without any error and the executable file runs fine too. Although, it seems that the portion of the code that calls the Simulink model doesn't work at all. There is no error but nothing happens either. I am wondering if this is related to the licensing or not? I do have the licenses for Matlab/Simulink/Simscape, Matlab Coder, Matlab Compiler, and Simulink Coder. Do I need Simulink Compiler too?
MATLAB: Creating an executable from a Matlab App that calls a Simulink file
app designercompilerlicensesimulinksimulink compiler
Related Question
- How to create a deployable standalone executable from a MATLAB application that calls a Simulink model
- How to convert a GUI to an .exe application
- How to create a SIMULINK model standalone application for those whose does not have Simulink
- Can MATLAB Compiler be used to create a portable application
- App Designer With a Toolbox
- Do apps compiled using Simulink Compiler under a trial license expire
- GUI for Simulink as a standalone (load_system is excluded from packaging)
Best Answer