Unrecognized function or variable 'helperDownloadData'.

2 vues (au cours des 30 derniers jours)
Masa Kon
Masa Kon le 9 Juin 2022
Réponse apportée : Aman le 21 Août 2024
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 commentaires
Arpan Karar
Arpan Karar le 10 Fév 2023
how?
NAVYA T
NAVYA T le 6 Sep 2023
@Masa Kon Can you please tell, how did you solve it?

Connectez-vous pour commenter.

Réponses (1)

Aman
Aman le 21 Août 2024
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.

Catégories

En savoir plus sur Labeling, Segmentation, and Detection dans Help Center et File Exchange

Tags

Produits


Version

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by