i want to find the final settling time alone,what function should i want to use? i hv already used stepinfo fn but i want settling time alone .can anyone helpme out with this ?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Respuesta aceptada
Birdman
el 1 de Dic. de 2017
Actually, stepinfo will do it. Consider the following approach for it:
Gs=tf(1,[1 1]);
result=stepinfo(Gs);
SettlingTime=result.SettlingTime
This will directly give you the settling time.
Más respuestas (0)
Ver también
Categorías
Más información sobre Multirate Signal Processing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
