Matlab plotting and graphing signals
이전 댓글 표시
Plot the signals: x(t) = 1 – u(t-2) – u(t-4) -u(t-6)
답변 (1개)
Walter Roberson
2020년 11월 4일
sympref('heavisideatorigin', 1)
u = @heaviside
syms t
Now go ahead and construct your signal using u and fplot it.
댓글 수: 2
Steph surry
2020년 11월 4일
Walter Roberson
2020년 11월 4일
https://www.mathworks.com/matlabcentral/answers/598198-how-to-plot-delta-dirac-and-unit-step-functions#answer_533940
카테고리
도움말 센터 및 File Exchange에서 Descriptive Statistics에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!