loadProfile

Load profile by name

Syntax

profile = systemcomposer.loadProfile(profileName)

Description

profile = systemcomposer.loadProfile(profileName) loads a profile with the specified file name.

Input Arguments

expand all

Name of profile, specified as a character vector. Profile must be available on the MATLAB® path.

Example: 'new_profile'

Data Types: char

Output Arguments

expand all

Profile handle, returned as a systemcomposer.profile.Profile object.

Examples

systemcomposer.loadProfile('new_profile')
profile = systemcomposer.loadProfile('new_profile')
Introduced in R2019a