How to plot this figure?

3 visualizzazioni (ultimi 30 giorni)
z cy
z cy il 5 Nov 2020
Commentato: z cy il 5 Nov 2020

Risposta accettata

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

Più risposte (0)

Categorie

Scopri di più su Graphics Objects in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by