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

 Respuesta aceptada

Geoff Hayes
Geoff Hayes el 18 de Oct. de 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).

Más respuestas (0)

Categorías

Más información sobre Entering Commands en Centro de ayuda y File Exchange.

Productos

Preguntada:

el 18 de Oct. de 2017

Respondida:

el 18 de Oct. de 2017

Community Treasure Hunt

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

Start Hunting!

Translated by