Borrar filtros
Borrar filtros

Compile error for Robotics toolbox

2 visualizaciones (últimos 30 días)
HJ Jay
HJ Jay el 10 de Jun. de 2015
Comentada: Sachin Bagga el 26 de Mzo. de 2018
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 comentario
Sachin Bagga
Sachin Bagga el 26 de Mzo. de 2018
Thanks Drew Davis , it really works.

Iniciar sesión para comentar.

Respuesta aceptada

Drew Davis
Drew Davis el 11 de Jun. de 2015
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 comentario
HJ Jay
HJ Jay el 16 de Jun. de 2015
Apparently, I don't have the toolbox. :/

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Robotics en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by