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

 Réponse acceptée

Rick Rosson
Rick Rosson le 22 Oct 2014
Modifié(e) : Rick Rosson le 22 Oct 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);

Plus de réponses (0)

Catégories

En savoir plus sur Get Started with MATLAB dans Centre d'aide et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by