photo

Mayank Ghugretkar


Aktiv seit 2019

Followers: 0   Following: 0

Statistik

Feeds

Anzeigen nach

Frage


how to make make matlab compute values of simple trignometric identities?
cos(pi/2 + theta)= - sin(theta) ; sin(pi + theta) = - sin(theta) ; how do i compute these in MATLAB ! Here's my code ... (w...

fast 5 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


is there a way to get generalised code to take numerical inputs after a general solution is shown?
syms th2 d1 L1 d3 L2 ; a=[0 L2 0]; alp=[90 -90 0] d=[(L1+d1) 0 d3]; th=[0 th2 0] T=eye(4); n= 3 ; for i=1:n T =T*[co...

fast 5 Jahre vor | 2 Antworten | 0

2

Antworten