2d animation

1 次查看(过去 30 天)
parsh
parsh 2012-5-4
i am trying to create 2d animation of robotic arm this are my codes so far x=0; y=0; t1=0; t=(0:0.01:2); tf=2; x1= L1*cos(theta1); y1= L1*sin(theta1); theta1 =a1*t.^3+a2*t.^4+a3*t.^5; theta2 =b1*t.^3+b2*t.^4+b3*t.^5; z= mldivide (theta1,theta2); x2= L1*cos(theta1)+L2*cos(theta1+theta2); y2= L1*sin(theta1)+L2*sin(theta1+theta2);
i dont know what next. please help. thanks

回答(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