boxplot(x1, x2, x3, ...)
{ x1, x2, x3, ...}
>>x=rand(100,1) >>y=randn(100,1) >>boxplot(x,y) >>xlabel("Data Values") >>ylabel("Categories") >>title("Box Plot")