Main Content

Generate, Modify and Deploy a MATLAB App for a Simulink Model

The simulink.compiler.genapp enables you to automatically generate a MATLAB® app for a Simulink® model. You can compile and deploy the automatically generated app using the mcc command. This example generates an app for a model, compiles and deploys the app, and shows how you can customize the app using the App Designer.

The MultiSimPaneApp is the default template used for app generation. With this template, the generated app works for and is customizable. This template also allows you to pause a simulation, tune parameters in the middle of a simulation, and configure an app for deployment.

See Also

| | | |

Related Topics