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 years 前 | 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 years 前 | 2 个回答 | 0

2

个回答