error openExampl​e('vision/​AlignTwoPo​intCloudsE​xample')

>> openExample('vision/AlignTwoPointCloudsExample') Undefined function 'openExample' for input arguments of type 'char'.
hi why do I get this ^ error ??
thanks

 Akzeptierte Antwort

Geoff Hayes
Geoff Hayes am 18 Okt. 2017
M - Which version of MATLAB are you using? It could be that your version of MATLAB is too old to support this function. See https://www.mathworks.com/matlabcentral/answers/276377-why-want-the-code-generation-examples-open#answer_215823 for details.
You can check to see if the function does exist by typing the following at the command line
which openExample
and it will return either the path to the function or something like
'openExample' not found.
(which it does for me with my R2014a).

Weitere Antworten (0)

Kategorien

Mehr zu Entering Commands finden Sie in Hilfe-Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by