getStereotype

Find stereotype in profile by name

    Description

    stereotype = getStereotype(profile,name) finds a stereotype in a profile by name.

    Input Arguments

    collapse all

    Profile with stereotype, specified as a systemcomposer.profile.Profile object.

    Name of stereotype, specified as a character vector.

    Data Types: char

    Output Arguments

    collapse all

    Found stereotype, returned as a systemcomposer.profile.Stereotype object.

    Introduced in R2019a