
Ian Thean
Followers: 0 Following: 0
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)...
4 years 前 | 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...
4 years 前 | 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...
5 years 前 | 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...
6 years 前 | 1 个回答 | 0