Problem Opening Examples for Object Tracking
9 views (last 30 days)
Show older comments
Saraf Atharva JAYANT
on 4 Mar 2019
Commented: saiqa jutt
on 1 Mar 2022
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 Comment
saiqa jutt
on 1 Mar 2022
openExample('deeplearning_shared/DeepLearningFasterRCNNObjectDetectionExample')
Accepted Answer
Anant Upadhyay
on 8 Mar 2019
Hi,
Please check if "Computer Vision Toolbox" is installed on your system. You are facing this error probably because you do not have Computer Vision Toolbox installed.
More Answers (1)
See Also
Categories
Find more on Computer Vision Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!