the function "helperPlotPositionError"
1 次查看(过去 30 天)
显示 更早的评论
I practice doing an example of radar simulation. During the implementation, I encountered the following error: "Index in position 2 exceeds array bounds. Index must not exceed 1".
The above error occurs when I use the function "helperPlotPositionError". The specific structure is as follows:
helperPlotPositionError(tgtPosTruth(:,:,1),time,tgtPosObs(:,firstTgtDet),detTime(firstTgtDet),scene.SimulationTime);
This is an example on the matlab website.
Can anyone help me answer, why is the above error and how to fix it?
Thank you
2 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Detection 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!