iterate
Class: matlab.DiscreteEventSystem
Namespace: matlab
Event action when entity iterates
Syntax
[entity,events,next]=iterate(obj,storage,entity,tag,cur)
[entity,events,...
next,out1,...]=iterate(obj,storage,entity,tag,cur,in1,...)
Description
[
specifies event actions for when an entity is processed as a part of an iterate
event.entity
,events
,next
]=iterate(obj
,storage
,entity
,tag
,cur
)
[
specifies such event actions when the block has one or more input signal ports and/or
signal output ports.entity
,events
,...
next
,out1
,...]=iterate(obj
,storage
,entity
,tag
,cur
,in1
,...)
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2016a