how can i find specific value on step response plot?
Mostrar comentarios más antiguos
I've wrote down a code as below
n=[1];
d=[1 3 5];
sys=tf(n,d);
step(sys)
and i got a plot as below

i wanna get a specific value for time, t.
how can i get it?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Time-Domain Analysis en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!