Robotic System Toolbox not working
显示 更早的评论
Thanks in advance for the help. I am trying to start using the robotic system toolbox. I have Matlab installed and through command
ver
I can see that the toolbox is also intalled. But, whenever I use a command from the toolbox, like:
body1 = robotics.RigidBody('body1');
The error Undefined variable "robotics" or class "robotics.RigidBody" is shown. I check:
which robotics.Rigidbody
and it is not found. I check paths and all folders seem to be in the list. I also checked license:
license('inuse')
Both matlab and robotics_system_toolbox are shown as an answer. What could I be missing?
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Robotics 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!