MATLABコース:MATLABシンボリック計算10.1ロボットアームの可視化タスク5に関する質問
Afficher commentaires plus anciens
上記コースにおけるタスク5では、以下のような記載があります
タスクより小さいアームの範囲を可視化するには、 theta2を 0 に設定して fx と fy をプロットします。 hold on と hold off を使用して、このプロットを現在のプロットに追加します。
一方で、ヒントおよび解答には
ヒント
theta1 には必ず 0 を使用し、 theta2 は変更せず theta2 のままにします。プロットの作成前に hold onを使用し、作成後に hold off を使用します。
Task 5
hold on
fplot(fx(0,theta2),fy(0,theta2))
hold off
と記載されています。ヒントおよび解答から、本来theta1に0を代入するのが適当だと考えられますが、タスクにはtheta2を0に設定してと書いてあります。
これは、タスクに間違いがあるのでしょうか、それとも自分に何か理解不足があるのでしょうか?
ここで質問するのが適当か分からなかったのですが、よろしくお願いします。
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Robotics dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!