Vectors (4 pts):
shoesizes= [8 8.5 6 7 9 6.5 10]; avgSize = mean(shoesizes);
Write a MATLAB expression that indicates if the average shoe size is part of the shoesizes vector.