discrete-time (D-T) real exponentials subplot
Show older comments
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
Accepted Answer
More Answers (0)
Categories
Find more on Subplots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!