Obtain step data in plotting
3 次查看(过去 30 天)
显示 更早的评论
Hi,
Normally we used 'step' command to simulate the step response graph.
May I know anyway to obtain the plotting data points for y-axis and x-axis results from 'step'?
0 个评论
采纳的回答
Fangjun Jiang
2012-12-6
a=rss;
[Y,T,X]=step(a);
2 个评论
Fangjun Jiang
2012-12-6
Hi, Jan! How are you! Nice to have a little time in December to answer a few questions.
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!