bBstatic Radar Example issues

조회 수: 6 (최근 30일)
Andre Pant
Andre Pant 2021년 2월 22일
댓글: Andre Pant 2021년 2월 23일
Trying to familiarise myself with the radar functions, specifically the "Tracking Using Bistatic Range Detections" examples.
I keep getting errors related to some of the helper functions involved. Specifically, "helperBistaticRangeFusionDisplay is not defined for class 'helperBistaticRangeFusionDisplay' or is removed from MATLAB's search path." and (I believe subsequently) "Update traversal encountered invalid scene tree"
Is there some functionality here that's been removed? Or am I missing somthing.
Thanks very much.
Andre

채택된 답변

Prashant Arora
Prashant Arora 2021년 2월 22일
Hi Andre,
If you open this example using the link in the doc (which translates to this MATLAB command):
openExample('fusion/TrackingUsingBistaticRangeDetectionsExample')
You should find these helper functions in the current working directory.
Thanks,
Prashant
  댓글 수: 2
Andre Pant
Andre Pant 2021년 2월 22일
Unfortunately it throws errors there too.
I am using a 3060 Ti, gpu, could this be causing my issues?
Error in fusion.theaterPlot.PlatformPlotter/plotPlatform (line 276)
drawnow limitrate;
Error in helperBistaticRangeFusionDisplay/plotPlatforms (line 810)
plotPlatform(obj.pPlatformPlotters(m),pos(idx,:)/obj.pScale,vel(idx,:)/obj.pScale);
Error in helperBistaticRangeFusionDisplay/stepImpl (line 387)
plotPlatforms(obj,truths);
Error in TrackingUsingBistaticRangeDetectionsExample (line 368)
theaterDisplay([superDets(:);detections(:)],confTracks);
Update traversal encountered invalid scene tree.
Andre Pant
Andre Pant 2021년 2월 23일
I have reset my matlab instance and this code appears to be working. I may have inadvertantly changed a setting while I was working early. Apologies for the mishap. I wish I could be of more help to indicate what had happened to make this initial case malfunction, but I unfortunately cannot.
Thank you again,
Andre.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Pulsed Waveforms에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by