Main Content
eventReleaseResource
Class: matlab.DiscreteEventSystem
Namespace: matlab
Create an event to release previously acquired resources
Syntax
event = eventReleaseResource(resourceSpec,tag)
Description
creates an event for entities to release previously acquired resources. You can specify the
type and amount of resources to release. For more details, see event
= eventReleaseResource(resourceSpec
,tag
)resourceSpecification
.
If the amount of resources to be released is larger than the previously acquired resources, then all the resources are released.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2019a