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

回答