Main Content

linux.createApplicationPackage

Create application package for model

Since R2022b

    Description

    linux.createApplicationPackage(modelName) creates a file with .mldatx extension for the specified Simulink model.

    Examples

    collapse all

    For a Simulink model with name myModel, create application package using the following command:

    linux.createApplicationPackage('myModel');

    Application package gets created in the folder same as the model.

    Input Arguments

    collapse all

    Specify the model name to create the application.

    Example: myModel

    Version History

    Introduced in R2022b