How can I compute multiple boxplots with vectors of different length with a variable number of vectors??

2 views (last 30 days)
Several people have previously provided solutions to plotting boxplots with different length vectors however is there a general solution for when the number of vectors is variable such that:
if C is a cell of length K containing doubles of various lengths I would like a
function GC, groups = forbox(C, K)
where GC and groups can then be used in:
boxplot(GC, groups)

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!