How to plot this figure?

3 vues (au cours des 30 derniers jours)
z cy
z cy le 5 Nov 2020
Commenté : z cy le 5 Nov 2020

Réponse acceptée

KSSV
KSSV le 5 Nov 2020
Modifié(e) : KSSV le 5 Nov 2020
REad about stem.
y = rand(1,10) ;
stem(y)
xlabel('x')
ylabel('y')
  1 commentaire
z cy
z cy le 5 Nov 2020
Thanks!!!

Connectez-vous pour commenter.

Plus de réponses (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by