Shafayat__

Untitled

Aug 18th, 2023
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MatLab 0.12 KB | None | 0 0
  1. clc;
  2. clear all;
  3. close all;
  4.      
  5. x=[-2, 3, 2, 0, 1, 5, 3];
  6. n=[1 2 3 4 5 6 7];
  7. stem(n,x);
  8. xlabel('n');
  9. ylabel('x');
Advertisement
Add Comment
Please, Sign In to add comment