Unrecognized function or variable 'helperDownloadData'.

조회 수: 8 (최근 30일)
Masa Kon
Masa Kon 2022년 6월 9일
답변: Aman 2024년 8월 21일
I am trying to this code, but I get the following error
error:[ptClouds,pretrainedModel] = helperDownloadData;
Unrecognized function or variable 'helperDownloadData'.
I have tried the following
・run openExample('shared_driving_fusion_lidar/DetectClassifyAndTrackOrientedBoundingBoxInLidarExample')
・install lidar toolbox
・check similar questions
  댓글 수: 3
NAVYA T
NAVYA T 2023년 9월 6일
@Masa Kon Can you please tell, how did you solve it?

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

답변 (1개)

Aman
Aman 2024년 8월 21일
Hi Masa,
You are getting this error because MATLAB is not able to find the "helperDownloadData" function. You can remove this error by either creating a function file for this or adding the function definition at the end of your script; the function definitions of all the support functions are given at the end of the documentation page. For your reference, I'm attaching a direct link for the support functions mentioned in the documentation page. FYI I was able to run the example successsfully directly.
Hope this helps you to proceed with your workflow.

카테고리

Help CenterFile Exchange에서 Labeling, Segmentation, and Detection에 대해 자세히 알아보기

태그

제품


릴리스

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by