Unit step function program
Mostra commenti meno recenti
How to write a program code for u(n)-u(n-1) with explanation?
3 Commenti
Ameer Hamza
il 18 Mar 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
il 18 Mar 2020
Geoff Hayes
il 18 Mar 2020
Vanish - is this homework? What have you tried so far?
Risposte (1)
Sajeer Modavan
il 18 Mar 2020
u = @(x) (2*x+4); % u = @(variable) (equation)
u(4)-u(4-1)
3 Commenti
Sajeer Modavan
il 19 Mar 2020
did this help you
vanshika waghela
il 19 Mar 2020
I also need to show the graph of this!!
vanshika waghela
il 20 Mar 2020
write a matlab program for u(n)+u(n-1) and verify how matlab reacts to it?
Categorie
Scopri di più su Logical in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!