openModel

Open System Composer architecture model

Syntax

model = systemcomposer.openModel(modelName)

Description

model = systemcomposer.openModel(modelName) opens the model with name modelName for editing and returns its handle.

Examples

model = systemcomposer.openModel('new_arch')

Input Arguments

expand all

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

Example: 'new_arch'

Data Types: char

Output Arguments

expand all

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

Introduced in R2019a