Borrar filtros
Borrar filtros

How to know the response time of a system in simulink?

3 visualizaciones (últimos 30 días)
yasin jan
yasin jan el 16 de Sept. de 2017
Respondida: Jose Marques el 16 de Sept. de 2017
Hi, i have a control system, i want to know its response time. may someone help me that how can i know the response time of a control system in Simulink?

Respuestas (1)

Jose Marques
Jose Marques el 16 de Sept. de 2017
For the response to a step input:
step(sys);
For the response to a ramp input:
ramp(sys);
where sys is the system created.

Categorías

Más información sobre Linearization en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by