Wrong "step" function answer
Ältere Kommentare anzeigen
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:

I tried re-installiing Matlab, but the problem is still there. I appreciate the help you could bring me Greeting SimD
2 Kommentare
Rick Rosson
am 14 Dez. 2014
Please type:
which step -all
and post the results.
Simon Duque T.
am 14 Dez. 2014
Akzeptierte Antwort
Weitere Antworten (2)
Youssef Khmou
am 14 Dez. 2014
0 Stimmen
According to the system you described, here the result i obtained :

1 Kommentar
Simon Duque T.
am 14 Dez. 2014
Simon Duque T.
am 14 Dez. 2014
0 Stimmen
Kategorien
Mehr zu Plot Customization finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!