Step Response of Transfer Function
Mostrar comentarios más antiguos
Hello so am trying to plot the step response of this trasnsfer function , but am not really sure how do i need to write it down in den = part , any help would be great thanks. .
t=0:0.01:5;
num = 1;
den = [1 2 17];
sys = tf(num, den);
y = step(sys,t);
plot(t,y*4)
2 comentarios
Sam Chak
el 23 de Nov. de 2023
The original question may be beneficial to people who wish to learn how to plot the step response.

Rena Berman
el 27 de Nov. de 2023
(Answers Dev) Restored edit
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Response Computation and Visualization en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!