Error using exampleUti​ls.compone​ntExamples​Dir (line 13)

8 Ansichten (letzte 30 Tage)
Jon Bebeau
Jon Bebeau am 20 Apr. 2019
Kommentiert: Lennah Etyang am 28 Mär. 2020
Hello, trying to use example from R2019a documentation openExample('globaloptim/MinimizeaSimpleFunctionwithBoundsExample') and get this error:
Error using exampleUtils.componentExamplesDir (line 13)
Invalid argument "globaloptim".
Error in findExample (line 18)
componentExamplesDir = exampleUtils.componentExamplesDir(component);
Error in openExample (line 24)
metadata = findExample(id);
>>
  2 Kommentare
Joel  Borja
Joel Borja am 18 Nov. 2019
Did you ever find a solution? I am having the same problem.
TENGFEI Li
TENGFEI Li am 4 Jan. 2020
Bearbeitet: TENGFEI Li am 4 Jan. 2020
Me too.
I have the same problem "error using exampleUtils.componentExamplesDir "

Melden Sie sich an, um zu kommentieren.

Antworten (1)

TENGFEI Li
TENGFEI Li am 4 Jan. 2020
Hi, I got the answer.
We didn't install the Global Optimization Toolbox.
After intslling Global Optimization Toolbox, the error will disappear.
Also, for all the problem, error using exampleUtils.componentExamplesDir (line XX), the answer is similar to it. Just check if you have already installed the corresponding toolbox.

Community Treasure Hunt

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

Start Hunting!

Translated by