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

3 Kommentare

Ameer Hamza
Ameer Hamza am 18 Mär. 2020
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 am 18 Mär. 2020
How to do this operation of u(n)-u(n-1) using matlab
Geoff Hayes
Geoff Hayes am 18 Mär. 2020
Vanish - is this homework? What have you tried so far?

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Sajeer Modavan
Sajeer Modavan am 18 Mär. 2020

0 Stimmen

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

3 Kommentare

Sajeer Modavan
Sajeer Modavan am 19 Mär. 2020
did this help you
vanshika waghela
vanshika waghela am 19 Mär. 2020
I also need to show the graph of this!!
vanshika waghela
vanshika waghela am 20 Mär. 2020
write a matlab program for u(n)+u(n-1) and verify how matlab reacts to it?

Melden Sie sich an, um zu kommentieren.

Gefragt:

am 18 Mär. 2020

Kommentiert:

am 20 Mär. 2020

Community Treasure Hunt

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

Start Hunting!

Translated by