I had to use only boxchart for my application where I need to change Inter Quartile Range(IQR) from default range i.e. 25% for the lower and 75% is the upper quartiles respectly. I see changing of IQR in boxplot using the Outliers Tag box object possible, but for boxchart there is no much help found in different forums.
As from the help of boxchart, it is using quantile Algorithms where the upper quartile corresponds to the 0.75 quantile and the lower quartile corresponds to the 0.25 quantile default, I have statistics and machine learning toolbox, my problem is similar to this Matlab Boxplot: Use a specific percentile as the upper whisker OR remove redundant outliers after manual upper whisker edit but with the boxchart. Can I get any help?