Main Content
queueSysPriority
Class: matlab.DiscreteEventSystem
Namespace: matlab
Define system priority queue storage
Syntax
storage=queueSysPriority(entityType,capacity,order)
Description
defines a priority queue storage element that sorts entities by their system priorities.
Use this method when implementing the storage
=queueSysPriority(entityType
,capacity
,order
)getEntityStorageImpl
method.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2016a