How to plot this figure?

3 views (last 30 days)
z cy
z cy on 5 Nov 2020
Commented: z cy on 5 Nov 2020

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

Community Treasure Hunt

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

Start Hunting!