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

 采纳的回答

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

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 Entering Commands 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by