How to write a program code for u(n)-u(n-1) with explanation?

댓글 수: 3

Ameer Hamza
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
Vanish Waghela 2020년 3월 18일
How to do this operation of u(n)-u(n-1) using matlab
Geoff Hayes
Geoff Hayes 2020년 3월 18일
Vanish - is this homework? What have you tried so far?

댓글을 달려면 로그인하십시오.

답변 (1개)

Sajeer Modavan
Sajeer Modavan 2020년 3월 18일

0 개 추천

u = @(x) (2*x+4); % u = @(variable) (equation)
u(4)-u(4-1)

댓글 수: 3

Sajeer Modavan
Sajeer Modavan 2020년 3월 19일
did this help you
vanshika waghela
vanshika waghela 2020년 3월 19일
I also need to show the graph of this!!
vanshika waghela
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에 대해 자세히 알아보기

질문:

2020년 3월 18일

댓글:

2020년 3월 20일

Community Treasure Hunt

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

Start Hunting!

Translated by