loadModel

Load architecture model

Syntax

model = systemcomposer.loadModel(modelName)

Description

model = systemcomposer.loadModel(modelName) loads the architecture model with name modelName and returns its handle. The loaded model is not displayed.

Examples

model = systemcomposer.loadModel('new_arch')

Input Arguments

expand all

Name of architecture model, specified as a character vector. Architecture model must exist on the MATLAB® path.

Example: 'new_arch'

Data Types: char

Output Arguments

expand all

Architecture model handle, returned as a systemcomposer.arch.Model object.

Introduced in R2019a