hi
i'm trying to fint the time coefficient in matlab
this is what i have so far
[code]G=tf([1],[10*10^-3 1]);
figure;
step(G)
grid on
step_info=stepinfo(G)[/code]
and matlab give me this information
[code] RiseTime: 0.0220
SettlingTime: 0.0391
SettlingMin: 0.9006
SettlingMax: 0.9996
Overshoot: 0
Undershoot: 0
Peak: 0.9996
PeakTime: 0.0782[/code]
what can i do?
i'm trying to fint the time coefficient in matlab
this is what i have so far
[code]G=tf([1],[10*10^-3 1]);
figure;
step(G)
grid on
step_info=stepinfo(G)[/code]
and matlab give me this information
[code] RiseTime: 0.0220
SettlingTime: 0.0391
SettlingMin: 0.9006
SettlingMax: 0.9996
Overshoot: 0
Undershoot: 0
Peak: 0.9996
PeakTime: 0.0782[/code]
what can i do?