Main Content
modified
Class: matlab.DiscreteEventSystem
Namespace: matlab
Event action upon entity modification by the Entity Find block
Syntax
[events] = modified(obj,storage,entity)
[events, out1, ...] = modified(obj,storage,entity,in1,...)
Description
specifies event actions of the object after an entity is modified.[events]
= modified(obj
,storage
,entity
)
specifies event actions of the object when the block has one or more input signal ports and/or
signal output ports.[events, out1, ...]
= modified(obj
,storage
,entity
,in1
,...)
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2018b
See Also
matlab.DiscreteEventSystem
| blocked
| destroy
| entry
| generate
| iterate
| setupEvents
| timer