applyProfile

Apply profile to a model

Description

applyProfile(modelObject,profileFile) applies the profile to an architecture model and makes all of the constituent stereotypes available.

Input Arguments

collapse all

Architecture model object, specified as a systemcomposer.arch.Model object.

Name of profile, specified as a character vector.

Example: 'SystemProfile'

Data Types: char

Introduced in R2019a