bwlabel is used on a binary image and it gives the number of connected objects/components in a binary image.Using that label you can access the particular object and calculated its different features like area,centroid,eccentricity etc (use regionprops to calculate these) that can help in classification.Regarding label vector matrix i did not get what you mean by it.