Issue in ploting a bar graph using for loop
Show older comments
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

I am not getting any errors. But my output figure is blank.
I am expecting a figure in this pattern.

Help me where am i missing. Thanks in advance.
5 Comments
madhan ravi
on 24 Nov 2018
because you didn't provide any values?
jeffin
on 24 Nov 2018
madhan ravi
on 24 Nov 2018
Edited: madhan ravi
on 24 Nov 2018
so upload the values to test because till now your question is vague without datas
jeffin
on 24 Nov 2018
madhan ravi
on 24 Nov 2018
so put it in answer section and accept the answer so that people having the same question will find the answer
Accepted Answer
More Answers (0)
Categories
Find more on Graphics Performance in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!