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

조회 수: 3 (최근 30일)
yasin jan
yasin jan 2017년 9월 16일
답변: Jose Marques 2017년 9월 16일
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.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by