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

28 次查看(过去 30 天)
i need to plot this function without heaviside

采纳的回答

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

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Two y-axis 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by