how can i find specific value on step response plot?
Ältere Kommentare anzeigen
I've wrote down a code as below
n=[1];
d=[1 3 5];
sys=tf(n,d);
step(sys)
and i got a plot as below

i wanna get a specific value for time, t.
how can i get it?
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Time-Domain Analysis finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!