eventForward
Class: matlab.DiscreteEventSystem
Namespace: matlab
Create entity forward event
Syntax
event=eventForward(locationType,locationIndex,delay)
Description
creates an event to forward an entity from the current location to a new location. You
can then schedule this event by returning it as the output argument when implementing an
event action method, such as event
=eventForward(locationType
,locationIndex
,delay
)entry
.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2016a