Deletes any created MTKObject.
Usage: mtk_delete(mtk_object_name
)
where mtk_object_name
is the name of the MTKObject
variable to be deleted.
Example: Deleting the HMM object
Events= event = event( TIME ) condition = ( TRUE ) action = { ... mtk_delete( Predictor ); ... };