How to know the response time of a system in simulink?
4 次查看(过去 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?
0 个评论
回答(1 个)
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.
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!