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

 Akzeptierte Antwort

Matt J
Matt J am 20 Mai 2022
Bearbeitet: Matt J am 20 Mai 2022
Hint:
t=linspace(-1,3,100);
u=(t>1);
plot(t,u); axis padded; xlabel t; ylabel u

Weitere Antworten (0)

Kategorien

Mehr zu Line Plots finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 20 Mai 2022

Bearbeitet:

am 20 Mai 2022

Community Treasure Hunt

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

Start Hunting!

Translated by