Issue in ploting a bar graph using for loop

2 vues (au cours des 30 derniers jours)
jeffin
jeffin le 24 Nov 2018
Réponse apportée : jeffin le 24 Nov 2018
i need to plot a bar graph for set of values. i have used for loop.
for
....
plot(ss,meanDiffX);
xlabel('Tiempo (ms)'); ylabel('Variables');
...
end
untitled.png
I am not getting any errors. But my output figure is blank.
I am expecting a figure in this pattern.
untitled.png
Help me where am i missing. Thanks in advance.
  5 commentaires
jeffin
jeffin le 24 Nov 2018
Thanks for your reply @madhan.ravi.
I have got the answer. I should use
bar(ss,meanDiffX); instead of plot(ss,meanDiffX);.
madhan ravi
madhan ravi le 24 Nov 2018
so put it in answer section and accept the answer so that people having the same question will find the answer

Connectez-vous pour commenter.

Réponse acceptée

jeffin
jeffin le 24 Nov 2018
Thanks for your reply @madhan.ravi.
I have got the answer. I should use
bar(ss,meanDiffX); instead of plot(ss,meanDiffX);.

Plus de réponses (0)

Catégories

En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by