Help with Function please !
Show older comments
Hello Matlab community!
I need your help for one more time ! :)
Well i have made a program for the forward kinematics of one finger. That program has a function which is ... function kin(q1,q2,q3,t) These (q1,q2,q3) are the angles of the joints for the finger. I want to do that for the rest of the fingers but i don't want to make the exact same program for each of the fingers. I want to just do that from one program. What i have in mind is , if it is q1_1, q1_2, q1_3 it is for the first finger , q2_1, q2_2, q2_3 is for the second finger etc.
Can you please help me with this ? Thanks a lot in advance Nick
Accepted Answer
More Answers (1)
Sean de Wolski
on 29 Dec 2011
Categories
Find more on Get Started with MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!