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

 Accepted Answer

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).

More Answers (0)

Categories

Products

Asked:

on 18 Oct 2017

Answered:

on 18 Oct 2017

Community Treasure Hunt

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

Start Hunting!