Unit step function program
이전 댓글 표시
How to write a program code for u(n)-u(n-1) with explanation?
댓글 수: 3
Ameer Hamza
2020년 3월 18일
What does your question have to do with the unit step function? Give more details of what you are trying to do.
Vanish Waghela
2020년 3월 18일
Geoff Hayes
2020년 3월 18일
Vanish - is this homework? What have you tried so far?
답변 (1개)
Sajeer Modavan
2020년 3월 18일
u = @(x) (2*x+4); % u = @(variable) (equation)
u(4)-u(4-1)
댓글 수: 3
Sajeer Modavan
2020년 3월 19일
did this help you
vanshika waghela
2020년 3월 19일
I also need to show the graph of this!!
vanshika waghela
2020년 3월 20일
write a matlab program for u(n)+u(n-1) and verify how matlab reacts to it?
카테고리
도움말 센터 및 File Exchange에서 Logical에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!