MATLAB: How to apply colors to bar chart.

bar chart

x=[10,20,30] b=[20,29,32] a=uisetcolor('select color'); bar(x,y,a);
it shows input argument error.

Best Answer

See my attached demo.
Related Question