How do I plot this as a unit step response
Mostra commenti meno recenti
C(t) = 0.5(1 - e^-2t)
Risposta accettata
Più risposte (1)
Girijashankar Sahoo
il 20 Mag 2021
0 voti
plot([0:0.001:10],0.5*(1 - exp(-2*t)))
Categorie
Scopri di più su Calculus in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

