Unit step function program
6 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
How to write a program code for u(n)-u(n-1) with explanation?
3 commentaires
Réponses (1)
Sajeer Modavan
le 18 Mar 2020
u = @(x) (2*x+4); % u = @(variable) (equation)
u(4)-u(4-1)
3 commentaires
vanshika waghela
le 20 Mar 2020
write a matlab program for u(n)+u(n-1) and verify how matlab reacts to it?
Voir également
Catégories
En savoir plus sur Get Started with MATLAB dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!