Clear Filters
Clear Filters

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

3 views (last 30 days)
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?

Answers (1)

Jose Marques
Jose Marques on 16 Sep 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.

Categories

Find more on Linearization in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!