createViewComponent

Create new view component

Description

vc = createViewComponent(object, name, contextView) creates a new view component with the provided name in the view given by the parameter ‘contextView’.

createViewComponent is a method for the class systemcomposer.view.ViewArchitecture

Input Arguments

collapse all

<argument description>

Data Types: <object data type>

Name of component

Data Types: character vector

Property ‘Parent’ is empty.

Data Types: systemcomposer.view.ViewArchitecture

Output Arguments

collapse all

<argument description>

Data Types: <argument data type>

Introduced in R2019b