discrete-time (D-T) real exponentials subplot
Mostra commenti meno recenti
I am having trouble understanding what to do for this problem. I have never used matlab before. Any guidance in a direction would be great. I attached the code that I tried

for n = 1:1:4
z = [-2,-.5,.5,2];
x = z.^n;
subplot(2,2,n)
stem(z,x)
end
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Subplots in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!