How do I plot this as a unit step response
Mostrar comentarios más antiguos
C(t) = 0.5(1 - e^-2t)
Respuesta aceptada
Más respuestas (1)
Girijashankar Sahoo
el 20 de Mayo de 2021
0 votos
plot([0:0.001:10],0.5*(1 - exp(-2*t)))
Categorías
Más información sobre Calculus en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

