Within MATLAB the boxplot command can be used to generate boxplots. The default behaviour of this function is to have a whisker length of 1.5 * IQR (75th percentile - 25th percentile) and this whisker length can be changed to another multiple of IQR if needed. However, it is not possible to use specific percentiles as the limit of the whiskers and this is something I require (in my case the 10th and 90th percentiles). As you will see in the following example I have come so far but have encountered a problem. Within MATLAB the boxplot command can be used t