I am new to programming so I am learning introductory to MATLAB I was wondering how you could change colours of bar in MATLAB.
this is my script. Can someone please help
bar can take third argument, which is color value, e.g. bar(x,y, 'r').
bar(x,y, 'r')