Community Profile

photo

Ian Thean


Last seen: 3년 초과 전 2019년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Ramp response for transfer function using symbolic function
syms s k a = 1 b = -5/s K = a + b; G = 6*s + 12/s^3 + 8*s^2 + 19*s + 12; F = 1; R = 1/s^2; Error = (K*G/(1+K*G*F)...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Transfer Function using symbolic function
syms s k K = k; G = 6s + 12/s^3 + 8s^2 + 19s + 12; F = 1; R = 1/s^2; Error = (1 - K*G/(1+K*G*F))*R; ssE = limi...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Checking of equality for two matrices
Hi I have trouble coming out the code to find the equality of two matrices. I have to test and display that the matrices are equ...

4년 초과 전 | 답변 수: 1 | 1

1

답변

질문


'Input argumenents must be 'double' error in bold
R=1000; C=47e-09; F=500; T=1/F; A=5; %Equation of Time Constant Time_Const = R*C; %Equation of Vin syms x Vin=A/2*squar...

대략 5년 전 | 답변 수: 1 | 0

1

답변