How to know the response time of a system in simulink?
3 ビュー (過去 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!