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

2 次查看(过去 30 天)
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?

回答(1 个)

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

类别

Help CenterFile Exchange 中查找有关 Linearization 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by