Unpack simulation and code generation targets from Simulink cache file
unpacks the simulation and code generation artifacts from the specified Simulink® cache file for the current platform and MATLAB® release. Code generation artifacts must apply to the current system target
file and folder configuration.info
= slxcunpack(filename
)
When using this function, consider these limitations:
Do not use this function during model callbacks, model updates, simulation, or code generation. This function loads the model associated with the Simulink cache file.
Do not use this function as part of asynchronous functions, such as
parfor
and parfeval
.
The contents of the Simulink cache file might be out of date. Simulation and code generation can update the artifacts on disk and in the Simulink cache file.
specifies additional options using one or more name-value pair arguments.info
= slxcunpack(filename
,Name,Value
)