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

 採用された回答

Geoff Hayes
Geoff Hayes 2017 年 10 月 18 日

0 投票

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 ExchangeEntering Commands についてさらに検索

製品

質問済み:

2017 年 10 月 18 日

回答済み:

2017 年 10 月 18 日

Community Treasure Hunt

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

Start Hunting!

Translated by