how can i find specific value on step response plot?
Mostra commenti meno recenti
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?
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Time-Domain Analysis in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!