Part 1: kMeansSpatial.mlx Implement the K-means algorithm on a set of data points using 2D Euclidean distance. It is a MATLAB Live Script (.mlx) file. Open it up in MATLAB. Part 2: kMeansColorSegmentation.mlx (uses the jpg image) Implement the K-means algorithm to segment an image into color regions using 3D Euclidean distance in RGB color space. The Live Script (.mlx) file contains some code and instructions for you to follow carefully.