Sina Keshavarz
Followers: 0 Following: 0
Statistics
3 Questions
0 Answers
RANK
281,232
of 294,384
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,108
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 151,578
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
I'm coding a Kuka robot jacobian matrix. but I get below errors!
syms q1 q2 q3 q4 q5 q6 q7 d1 d2 d3 d4 d5 d6 d7 z1 p1 syms a1 a2 a3 a4 a5 a6 a7 l1 l2 l3 l4 l5 l6 l7 d=[0 0 d3 0...
7 years ago | 0 answers | 0
0
answersQuestion
Where am I going wrong? I'm writing the Jacobian Matrix for a robot (KUKA LWR or iiwa).
%%defining DH-Parameters syms q1 q2 q3 q4 q5 q6 q7 d3 d5 z p a=[90 -90 -90 90 90 -90 0]; d=[0 0 d3 0 d5 0 0]; b=[q1 ...
7 years ago | 0 answers | 0
0
answersQuestion
How can I use a string input in a "for" loop to get a matrix of names?
for i=0:2 a(i)=input('enter your name?','s') end what's wrong with this code? Matlab cannot read names I give to it...
7 years ago | 2 answers | 0