stem and set function: A question

1 vue (au cours des 30 derniers jours)
Sabbas
Sabbas le 5 Sep 2012
Dear all,
I have
subplot(2, 1, i)
z= stem(h);
set(z, 'Marker', 'none')
Is it possible to increase the thickness of the lines for this plot and use red color for the lines?
thanks

Réponse acceptée

Matt Fig
Matt Fig le 5 Sep 2012
Modifié(e) : Matt Fig le 5 Sep 2012
set(z,'linewidth',6,'color','r')
  3 commentaires
Matt Fig
Matt Fig le 5 Sep 2012
Hi Azzi, I must have posted while you were writing!
Azzi Abdelmalek
Azzi Abdelmalek le 5 Sep 2012
Hi Mat, exactly

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Descriptive Statistics and Visualization dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by