Unit step function program
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
How to write a program code for u(n)-u(n-1) with explanation?
3 Kommentare
Antworten (1)
Sajeer Modavan
am 18 Mär. 2020
u = @(x) (2*x+4); % u = @(variable) (equation)
u(4)-u(4-1)
3 Kommentare
vanshika waghela
am 20 Mär. 2020
write a matlab program for u(n)+u(n-1) and verify how matlab reacts to it?
Siehe auch
Kategorien
Mehr zu Get Started with MATLAB finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!