sisotool() and step() giving different plots in 2017b?
12 views (last 30 days)
Show older comments
William Lumme
on 1 Mar 2019
Answered: William Lumme
on 1 Aug 2020
I tried plotting a transfer function using sisotool() and step(), but they give different step diagrams. I tried this in 2017b and 2018 versions of matlab and they give the same result. I found this: https://uk.mathworks.com/matlabcentral/answers/385481-why-do-i-get-an-incorrect-step-response-plot-from-the-control-system-designer but it says the bug should be fixed in 2017b? My code is below:
TF = tf([1,3],[1,4,6,3]);
step(TF);
sisotool(TF);
These are the plots they give:
step():

sisotool:

Thanks for any help.
2 Comments
Accepted Answer
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!