systemcomposer.openModel

Open a 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.

Input Arguments

expand all

Model must exist on the MATLAB® path.

Example: 'new_arch'

Data Types: char | string | Model

Output Arguments

expand all

Examples

systemcomposer.openModel('new_arch')
model = systemcomposer.openModel('new_arch')

Introduced in R2019a