主要内容

初始化

初始化轨道逻辑与第一次击中

描述

例子

init (historyLogic用第一次命中初始化轨迹历史逻辑。

例子

全部折叠

创建基于历史的逻辑,具有默认的确认和删除阈值。

historyLogic = trackHistoryLogic
historyLogic = trackHistoryLogic with properties: confirationthreshold: [2 3] DeletionThreshold: [6 6] History: [0 0 0 0 0 0]

初始化逻辑,将一个命中记录为对逻辑的第一次更新。

init(historyLogic) history = historyLogic. history;disp ([“历史:['num2str(历史)“]”。]);
历史:[1 000 0 0 0]。

输入参数

全部折叠

跟踪历史逻辑,指定为trackHistoryLogic对象。

扩展功能

C / c++代码生成
使用MATLAB®Coder™生成C和c++代码。

另请参阅

介绍了R2020a