Load profile from file
profile = systemcomposer.profile.Profile.load(fileName)
profile = systemcomposer.profile.Profile.load(fileName) loads a profile from a file name.
profile
fileName
collapse all
File name for profile, specified as a character vector. Profile must be available on the MATLAB® path.
Example: 'ProfileFile.xml'
'ProfileFile.xml'
Data Types: char
char
Profile loaded, returned as a systemcomposer.profile.Profile object.
systemcomposer.profile.Profile
close | closeAll | createProfile | find | open | save | systemcomposer.profile.Profile
close
closeAll
createProfile
find
open
save