Main Content
systemcomposer.loadModel
Load System Composer model
Description
loads the architecture model with name model
= systemcomposer.loadModel(modelName
)modelName
and returns the
systemcomposer.arch.Model
object. The loaded model is not displayed. The
architecture model must exist on the MATLAB® path.
Examples
Input Arguments
Output Arguments
More About
Version History
Introduced in R2019a
See Also
Functions
iterate
|getQualifiedName
|lookup
|systemcomposer.createModel
|systemcomposer.openModel
|open
|save
|close
|createArchitectureModel
|createArchitectureSubsystem
|linkToModel
|inlineComponent
|addComponent
|addPort
|getPort
|setName
|connect
|setMaskImage
|destroy
Objects
systemcomposer.arch.Element
|systemcomposer.arch.Architecture
|systemcomposer.arch.Component
|systemcomposer.arch.ComponentPort
|systemcomposer.arch.ArchitecturePort
|systemcomposer.arch.Connector
|systemcomposer.arch.PhysicalConnector