Problem Opening Examples for Object Tracking
Ältere Kommentare anzeigen
Hello,
I am running a MATLAB R2018a ,
When I try running a matlab example:
openExample('vision/MotionBasedMultiObjectTrackingExample')
I encounter:
Error using exampleUtils.componentExamplesDir (line 10)
Invalid argument "vision".
Error in findExample (line 18)
componentExamplesDir = exampleUtils.componentExamplesDir(component);
Error in setupExample (line 5)
metadata = findExample(arg);
Error in openExample (line 10)
[workDir,metadata] = setupExample(varargin{:});
1 Kommentar
saiqa jutt
am 1 Mär. 2022
openExample('deeplearning_shared/DeepLearningFasterRCNNObjectDetectionExample')
Akzeptierte Antwort
Weitere Antworten (1)
Alexis Villacis
am 15 Mär. 2019
0 Stimmen
I am getting the same error. How did you fix it?
1 Kommentar
Saraf Atharva JAYANT
am 17 Mär. 2019
Kategorien
Mehr zu Computer Vision with Simulink finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!