how can i solve this problem give me a useful answer ASAP

 Respuesta aceptada

Rick Rosson
Rick Rosson el 22 de Oct. de 2014
Editada: Rick Rosson el 22 de Oct. de 2014
Here's a start:
n = -15:15;
x = zeros(size(n));
x(n>=0) = 0.75;
figure;
stem(n,x);
a = 0.15;
h = zeros(size(n));
h(...) = ...
figure;
stem(n,h);

Más respuestas (0)

Categorías

Más información sobre Get Started with MATLAB en Centro de ayuda y File Exchange.

Preguntada:

el 22 de Oct. de 2014

Editada:

el 22 de Oct. de 2014

Community Treasure Hunt

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

Start Hunting!

Translated by