How to plot this figure?

3 visualizaciones (últimos 30 días)
z cy
z cy el 5 de Nov. de 2020
Comentada: z cy el 5 de Nov. de 2020

Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre Graphics Objects en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by