Unrecognized function or variable 'helperDownloadData'. This error shows when I run my code
이전 댓글 표시
Here is the code:
[ptClouds,pretrainedModel] = helperDownloadData;
The error:
Unrecognized function or variable 'helperDownloadData'.
Error in lidar (line 1)
[ptClouds,pretrainedModel] = helperDownloadData;
답변 (1개)
Star Strider
2022년 3월 19일
1 개 추천
That call appears to be in the example Detect, Classify, and Track Vehicles Using Lidar so using it requires having the Lidar Toolbox licensed and installed. Also see Unrecognized field name ptCloudData and How to detect 2D objects in LiDAR data that both deal with similar problems. (I do not have the Toolbox, so this is based on my search.)
카테고리
도움말 센터 및 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!