After seeing this great post in SO:
Most efficient way of drawing grouped boxplot matlab
I was wondering if it is possible to create a function like that but a bit more generic, as in my application I need to make several analysis of different algorithms in different situations and it would be very tedious to tune the plotting code for each case.
I would like something generic for this kind of plots:
I coded a Matlab function that does that for you (me).
Features:
Example of result of function:
CODE:
Simple example:
Mathworks file exchange file can be found here: http://www.mathworks.com/matlabcentral/fileexchange/47233-multiple-boxplot-m