queuePriority
Class: matlab.DiscreteEventSystem
Namespace: matlab
Define priority queue storage
Syntax
storage=queuePriority(entityType,capacity,key,order)
Description
defines a priority queue that sorts entities by custom attribute. Use this function when
implementing the storage
=queuePriority(entityType
,capacity
,key
,order
)getEntityStorageImpl
method.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2016a