Unit step function program
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
How to write a program code for u(n)-u(n-1) with explanation?
3 comentarios
Respuestas (1)
Sajeer Modavan
el 18 de Mzo. de 2020
u = @(x) (2*x+4); % u = @(variable) (equation)
u(4)-u(4-1)
3 comentarios
vanshika waghela
el 20 de Mzo. de 2020
write a matlab program for u(n)+u(n-1) and verify how matlab reacts to it?
Ver también
Categorías
Más información sobre Get Started with MATLAB en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!