photo

Ali Murtatha Shuman


Last seen: 3 years ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

1 Question
3 Answers

RANK
31,144
of 300,499

REPUTATION
1

CONTRIBUTIONS
1 Question
3 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
1

RANK
 of 21,021

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,381

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

  • First Answer
  • Revival Level 1

View badges

Feeds

View by

Answered
Inverse Kinematics in Matlab for Pick and Place Robot
You can take insperation from the Peter Corke 'ikcon' function in the Robotics Toolbox.

5 years ago | 0

Answered
Solving matrix with some knowns
If I understood your question correctly, the following command should help. s =solve(K*d == F) But note that you have 9 unkno...

5 years ago | 0

Question


Passing a rigidBodyTree object as a parameter in simulink MATLAB Function Block
Hi, I'm trying to pass a rigidBodyTree object in MATLAB Function Block (simulink) so that th function looks like the following...

5 years ago | 2 answers | 1

2

answers

Answered
show the axis of each joint
You can see it if you zoom in, or you can divide the lengths in your DH-matrix with som factor to make the whole robot smaller. ...

6 years ago | 0