If I have two data set, let's say:

x=[ 2 3 4 6 7]

y=[2 3 4 5 8]

How can I create boxplot using Matlab?

I have created this code but it does not work

x = [2 3 4 6 7] ;

y=[2 3 4 5 8];

figure

boxplot([x y ])

More Ayad Khudhair Al-Nadawi's questions See All
Similar questions and discussions