Main Content
cancelGenerate
Class: matlab.DiscreteEventSystem
Namespace: matlab
Cancel previously scheduled entity generation event
Syntax
event=cancelGenerate(storageID,tag)
Description
cancels a previously scheduled generation event. You can then schedule this event by
returning it as the output argument when implementing an event action method, such as
event
=cancelGenerate(storageID
,tag
)entry
or
exit
.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2016a