systemcomposer.importModel
Syntax
Description
creates a new architecture model based on MATLAB® tables that specify components, ports, connections, port interfaces,
requirement links, and parameters. The only required input arguments are
archModel
= systemcomposer.importModel(modelName
,components
,ports
,connections
,portInterfaces
,requirementLinks
,parameters
)modelName
and the components
table. For empty
table input arguments, enter table.empty
. However, trailing empty tables
are ignored and do not need to be entered. To import a basic architecture model, see Define Basic Architecture. To import
requirementLinks
, you need a Requirements Toolbox™ license.
creates a new architecture model based on a structure of MATLAB tables that have prescribed formats to specify model element relationships,
stereotypes, and properties. For more information on the import structure, see Import and Export Architecture Models.archModel
= systemcomposer.importModel(modelName
,importStruct
)
[
creates a new architecture model with output arguments archModel
,idMappingTable
,importLog
,errorLog
] = systemcomposer.importModel(___)idMappingTable
with table information, importLog
to display import information, and
errorLog
to display import error information. All previous syntax
descriptions are included.
Examples
Input Arguments
Output Arguments
More About
Version History
Introduced in R2019a