Compile error for Robotics toolbox

조회 수: 2 (최근 30일)
HJ Jay
HJ Jay 2015년 6월 10일
댓글: Sachin Bagga 2018년 3월 26일
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일
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개)

카테고리

Help CenterFile Exchange에서 Robotics에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by