Borrar filtros
Borrar filtros

Unit step function program

2 visualizaciones (últimos 30 días)
Vanish Waghela
Vanish Waghela el 18 de Mzo. de 2020
Comentada: vanshika waghela el 20 de Mzo. de 2020
How to write a program code for u(n)-u(n-1) with explanation?
  3 comentarios
Vanish Waghela
Vanish Waghela el 18 de Mzo. de 2020
How to do this operation of u(n)-u(n-1) using matlab
Geoff Hayes
Geoff Hayes el 18 de Mzo. de 2020
Vanish - is this homework? What have you tried so far?

Iniciar sesión para comentar.

Respuestas (1)

Sajeer Modavan
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
vanshika waghela el 19 de Mzo. de 2020
I also need to show the graph of this!!
vanshika waghela
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?

Iniciar sesión para comentar.

Categorías

Más información sobre Fuzzy Logic in Simulink en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by