Unrecognized function or variable 'helperDownloadData'.
3 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (1 件)
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.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Labeling, Segmentation, and Detection についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!