Community Profile

photo

Afshan.N.


Last seen: 10 months ago Active since 2023

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
How to plot step response of second order system?
wn= input('frequency') zeta= input('damping factor') k= input('constant') num= [k*wn^2] deno= [1 2*zeta*wn wn^2] g= tf(num,...

10 months ago | 0