How to plot this figure?

 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

Etiquetas

Preguntada:

el 5 de Nov. de 2020

Comentada:

el 5 de Nov. de 2020

Community Treasure Hunt

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

Start Hunting!

Translated by