matlab.system.display.Section Class
Namespace: matlab.system.display
Create property group section in Block Parameters dialog box for MATLAB System block
Description
Use the matlab.system.display.Section
class inside the getPropertyGroupsImpl
method to add a property group section to the Block
Parameters dialog box for a MATLAB System (Simulink) block. You can use the
property group to set properties on the System object™ for the block.
Creation
Description
propGroup = matlab.system.display.Section(
creates the property group section Name,Value
)propGroup
in the Block
Parameters dialog box for a MATLAB System block and sets
properties for the property group according to one or more name-value
arguments.
propGroup = matlab.system.display.Section(
creates the property group section sysObj
)propGroup
and sets
properties for the property group according to the System object
obj
.
propGroup = matlab.system.display.Section(
creates the property group section sysObj
,Name,Value
)paramGroup
and sets
properties for the property group according to the System object
obj
and one or more name-value arguments. Properties you
specify using name-value arguments override the property values that come from
the System object.
Input Arguments
Properties
Examples
Version History
Introduced in R2013b