hello every body, i want to ask about plotting 3 DOF cylindrical robot manipulator

1 回表示 (過去 30 日間)
myar ahmed
myar ahmed 2018 年 2 月 22 日
回答済み: 687269 2018 年 4 月 29 日
how i can plot 3 DOF Cylindrical robot manipulator in matlab
  11 件のコメント
myar ahmed
myar ahmed 2018 年 2 月 22 日
such as this image.

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

回答 (1 件)

687269
687269 2018 年 4 月 29 日
you can input the parameter of DH in robotic tool box, but something wrongs, just for example, you can input some code in your Matlab: L(1) = Link([ 0 1 0 pi/2 ]); L(2) = Link([ 0 1 0 -pi/2 ]); L(3) = Link([ 0 1 0 0 ]); qz = [0 0 0 ]; myrobot= SerialLink(L, 'name', 'myrobot'); myrobot.teach(qz)
I hope it can help you.......

カテゴリ

Help Center および File ExchangeRobotics についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by