systemcomposer.exportModel
Export model information as MATLAB tables
Syntax
Description
[
exports model information for components, ports, connectors, port interfaces, and
requirement links, with a domain field to be imported into MATLAB® tables. For software architectures, the programmatic interface exports
function information. The exported tables have prescribed formats to specify model element
relationships, stereotypes, and properties. For more information on the import structure,
see the exportedSet
] = systemcomposer.exportModel(modelName
)importModel
function and Import and Export Architecture Models.
[
exports model information to be imported into MATLAB tables with output arguments exportedSet
,errorLog
] = systemcomposer.exportModel(modelName
)exportedSet
with a structure
of exported tables and errorLog
to display export error
information.
Examples
Input Arguments
Output Arguments
More About
Version History
Introduced in R2019a