Obtain step data in plotting
2 ビュー (過去 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!