photo

Mayank Ghugretkar


2019년부터 활동

Followers: 0   Following: 0

통계학

Feeds

보기 기준

질문


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...

거의 5년 전 | 답변 수: 2 | 0

2

답변

질문


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...

거의 5년 전 | 답변 수: 2 | 0

2

답변