Compile error for Robotics toolbox

Hello,
I'm using matlab R2015a, I was trying the following example, http://in.mathworks.com/help/robotics/examples/path-planning-in-environments-of-different-complexity.html , but it shows error,
Error using load
Unable to read file 'data\exampleMaps.mat'. No such file or directory.
Is the robotics toolbox missing?

1 件のコメント

Sachin Bagga
Sachin Bagga 2018 年 3 月 26 日
Thanks Drew Davis , it really works.

サインインしてコメントする。

 採用された回答

Drew Davis
Drew Davis 2015 年 6 月 11 日

0 投票

You need to have the Robotics System Toolbox to use this example. You can see if you have the toolbox by entering the following command at the MATLAB command window:
ver
If you do have the toolbox, you may have a path issue. Try to restore the default path with the following commands:
restoredefaultpath
rehash toolboxcache

1 件のコメント

HJ Jay
HJ Jay 2015 年 6 月 16 日
Apparently, I don't have the toolbox. :/

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

製品

質問済み:

2015 年 6 月 10 日

コメント済み:

2018 年 3 月 26 日

Community Treasure Hunt

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

Start Hunting!

Translated by