Statistics
4 Questions
0 Answers
RANK
155,027
of 300,759
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 21,081
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 170,900
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
How do I plot a 3d workspace for a 4 DOF robot?
Specifications: link1=0.25m link2=0.36m theta1=0:310deg theta2=-35:130deg theta3=0:130deg theta4=0:130deg t...
10 years ago | 1 answer | 0
1
answerQuestion
Can anyone figure out why my if else conditions in the code below are not working?
function [ l ] = eul_set( j ) function [ n ] = sq2( a, b ) n = sqrt(a^2 + b^2); end ...
10 years ago | 0 answers | 0
0
answersQuestion
The code below explains program to evaluate a 2x2 rotation matrix for given input angle.The code seems to be fine for all elements but one in1st row and second column.Can't figure out where I'm wrong.
function [ var ] = rot( theta ) for j=1:2, for i=j:2, if (i==j) var(i,j) = cosd(theta); ...
10 years ago | 1 answer | 0
1
answerQuestion
I'm writing a function which takes a 3x3 matrix as input and gives an angle and a position vector as output.Position vector has 3 more output arguements. Please help me identify the mistake i have made.
Code, I have written the function code: function [ double(theta1), double(kx), double(ky), double(kz)] = equi_axis_angle(...
10 years ago | 3 answers | 0
