Community Profile

photo

Sanjeevan Nallathambbi


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


How to perform an animation of a 5bar parallel link (this is a 2D plot of a 5 bar link) in matlab?
Hi there, I am new to Matlab, but have been trying to work a code out such that it produces a 5 bar parallel link as seen in t...

4 years ago | 1 answer | 1

1

answer

Question


How can I set different colors to the line and the marker of my plot?
%Link P4 and P5 x,y cordinates% axis([-2 2 -2 2]) x4 = [P4(1), P5(1)]; y4 = [P4(2), P5(2)]; plot(x4,y4, 'black','b- .','Mar...

4 years ago | 1 answer | 0

1

answer

Question


How to generate an animation of a 5bar parallel link of a robot with a patch function
Hi, I have a code such that it gives me a figure of a 5 bar parallel link. But I am trying to animate it across various angl...

4 years ago | 0 answers | 1

0

answers

Question


How do I include the row and column values say P = [2;4] into an equation where z = 10 + 2 (where 2 is the "x" cordinate of P? Thank you
p24 = P4-P2; p23 = Z_243*p24; P3 = P2 + p23 %P3 outputs the values of% %%P3 = % 0.25 % 1.57 Now I want...

4 years ago | 1 answer | 0

1

answer