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

조회 수: 32 (최근 30일)
omar hazem
omar hazem 2022년 5월 20일
편집: Matt J 2022년 5월 20일
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