how to detemine response parameters from Simulink Graph?
3 次查看(过去 30 天)
显示 更早的评论
hi all, I was wondering that when i plot a graph from Simuink, is there any way of determining the response parameters, like Steady-state error, Damping ratio and time to peak, without calculating them myself. I tried using LTIview but it doesn't let me open a Simulink plot.
Thanks
Johnny
0 个评论
采纳的回答
Arkadiy Turevskiy
2011-5-2
Save the data that goes into the plot as workspace variables. Use the To Workspace block in Simulink.
Then use stepinfo command in Control System Toolbox: http://www.mathworks.com/help/toolbox/control/ref/stepinfo.html
HTH. Arkadiy
2 个评论
Arkadiy Turevskiy
2011-5-4
if your system is linear then you do not need the whole square wave. Just save the results that show system response to the first step, and use that as described in the answer.
更多回答(1 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!