Unit step function program
조회 수: 1 (최근 30일)
이전 댓글 표시
How to write a program code for u(n)-u(n-1) with explanation?
댓글 수: 3
답변 (1개)
Sajeer Modavan
2020년 3월 18일
u = @(x) (2*x+4); % u = @(variable) (equation)
u(4)-u(4-1)
댓글 수: 3
vanshika waghela
2020년 3월 20일
write a matlab program for u(n)+u(n-1) and verify how matlab reacts to it?
참고 항목
카테고리
Help Center 및 File Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!