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!