How do I plot this as a unit step response
Afficher commentaires plus anciens
C(t) = 0.5(1 - e^-2t)
Réponse acceptée
Plus de réponses (1)
Girijashankar Sahoo
le 20 Mai 2021
0 votes
plot([0:0.001:10],0.5*(1 - exp(-2*t)))
Catégories
En savoir plus sur Calculus dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

