mrm.execution.compiler.buildDeployableArchive
Syntax
Description
mrm.execution.compiler.buildDeployableArchive(
creates a deployable archive of an model
)mrm.execution.Model
object. This
function requires the Modelscape™ for MATLAB® support package and MATLAB
Compiler SDK™.
mrm.execution.compiler.buildDeployableArchive(
creates a deployable archive with additional options specified using name-value
arguments.model
,Name=Value
)
creates a deployable archive and returns the build information as a
results
= mrm.execution.compiler.buildDeployableArchive(___)compiler.build.Results
object using any of the input argument
combinations in previous syntaxes. The build information consists of the build type, the
path to the compiled archive, and build options.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2023b