tf = checkConfirmation(historyLogic)
returns a flag that is true when at least Mc out of
Nc recent updates of the track history logic object
historyLogic are true.
Create a history-based logic. Specify confirmation threshold values Mc and Nc as the vector [2 3]. Specify deletion threshold values Md and Nd as the vector [3 3].
Initialize the logic, which records a hit as the first update to the logic. The confirmation flag is false because the number of hits is less than two (Mc).