removeProfile

Remove profile from model

Description

example

removeProfile(modelObject,profileFile) removes the profile from a model.

Examples

collapse all

removeProfile(arch,'SystemProfile')

Input Arguments

collapse all

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

Name of profile, specified as a character vector.

Example: 'SystemProfile'

Data Types: char

Introduced in R2019a