how can i plot a continuous unit step 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개)

카테고리

도움말 센터File Exchange에서 Line Plots에 대해 자세히 알아보기

질문:

2022년 5월 20일

편집:

2022년 5월 20일

Community Treasure Hunt

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

Start Hunting!

Translated by