How to create a bar chart with error bars in Matlab

An useful procedure could be found here: https://it.mathworks.com/help/matlab/creating_plots/bar-chart-with-error-bars.html

If you want to put the number of each column as a tick you can create a vector with every number and then use as xTick names

x=1:25
set(gca,'XTick',x);

Lascia un commento

Il tuo indirizzo email non sarĂ  pubblicato. I campi obbligatori sono contrassegnati *