Wrong "step" function answer
7 ビュー (過去 30 日間)
古いコメントを表示
Hello everybody
I'm using Matlab to study basic control theory and I'm simulating the time-response of different order systems. For this I was told to use the "step" function to see the time-response of the system to a Heaviside input but the plot I get using it doesn't match the theorical graph. Here is the simple code used:
H=tf([0 1],[1 2 3]);
figure(2)
step(H)
The answer presented by Matlab is:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/146462/image.jpeg)
I tried re-installiing Matlab, but the problem is still there. I appreciate the help you could bring me Greeting SimD
2 件のコメント
採用された回答
その他の回答 (2 件)
参考
カテゴリ
Help Center および File Exchange で Transfer Function Models についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!