How to plot this figure?

 Accepted Answer

KSSV
KSSV on 5 Nov 2020
Edited: KSSV on 5 Nov 2020
REad about stem.
y = rand(1,10) ;
stem(y)
xlabel('x')
ylabel('y')

More Answers (0)

Tags

Asked:

on 5 Nov 2020

Commented:

on 5 Nov 2020

Community Treasure Hunt

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

Start Hunting!