how can i plot a continuous unit step function without heaviside?

 Risposta accettata

Hint:
t=linspace(-1,3,100);
u=(t>1);
plot(t,u); axis padded; xlabel t; ylabel u

Più risposte (0)

Categorie

Richiesto:

il 20 Mag 2022

Modificato:

il 20 Mag 2022

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by