Community Profile

photo

Tony Yu


Last seen: 3 years ago Active since 2020

Statistics

  • Thankful Level 3

View badges

Content Feed

View by

Question


Solving symbolic trig equation in terms of theta, using "sol."
What does "sol.th1" means ? why there are two sets of th1? syms th1 th2 px py eq1 = px == cos(th1+th2)+cos(th1) eq2 = py =...

3 years ago | 1 answer | 0

1

answer

Question


Explaination on solving trigonmetric equations for theta.
I have these two equation and I am trying to solve for theta 1 and theta 2, can someone explain why there are 2 solution for eac...

3 years ago | 1 answer | 0

1

answer

Question


using Matlabfunction for determinant, not enough input arguments
I think there should only be L, th2, th3 and th5 in J_home, am I missing something? I am trying to solve the determinant of J_ho...

3 years ago | 1 answer | 0

1

answer

Question


Solving symbolic trig equation
Trying to see how I can solve this equations: clc clear all syms x y z eq1= -sin(x+y)+cos(x+y-1.6)== 0 eq2= cos(x+y)+cos(x+...

3 years ago | 1 answer | 0

1

answer

Question


Rounding symbolic 4x4 matrix
Is there a way to round up the solution of T_06 to the nearest integer? H=[0 0 1 -320; 0 -1 0 30; 1 0 0 -320; 0...

3 years ago | 1 answer | 0

1

answer

Question


Empty sym: 0-by-1
What does it mean and why am I geting this? is there anyway to fix it? %inverse kinematic given:[−320,30,−320] with respected t...

3 years ago | 1 answer | 0

1

answer

Question


need help on nomenclature, Simplify symbolic variables
Looking for idea to simplify, A06 as well as J06.. any thougths? syms th th1 th2 th3 th4 th5 th6 alpha1 alpha2 alpha3 alpha4 a...

3 years ago | 1 answer | 0

1

answer

Question


How to show numeric solution instead of symbolic solution
Is there a way to make q_dot to show numeric solutions? syms th1 th2 th3 th4 th5 th6 d1 d2 d3 d4 d5 d6 alpha1 alpha2 alpha3 alp...

3 years ago | 1 answer | 0

1

answer

Question


for loop with syms variable
I am trying to make a loop such that will generate c1=cos(th1) c2=cos(th2).....etc, how can I fix this? syms th th1 th2 th3 th4...

3 years ago | 1 answer | 0

1

answer

Question


Error using atan2 Inputs must be real.
Error using atan2 Inputs must be real. how can i fix this? clc; clear all; a1 = 150; alpha1 = pi/2; d1 = 470; a2 = 600; al...

4 years ago | 2 answers | 0

2

answers

Question


Invalid expression. When calling a function or indexing a variable, use parentheses. Otherwise, check for mismatched delimiters.
is it because of the sin and cos? how do i solve this? clc; clear all; a1 = 150; alpha1 = pi/2; d1 = 470; a2 = 600; alpha2 =...

4 years ago | 1 answer | 0

1

answer

Question


Why is my plot not showing?
a1 = 0; alpha1 = 0; d1 = 0; a2 = 475; alpha2 = pi/2; d2 = 150; a3 = 600; alpha3 = 0; d3 = 0; %DH parameter t1_min = -pi/2; t...

4 years ago | 1 answer | 0

1

answer