


HIT_PLOT_CLUST Plot clusters, cluster centers and outliers ------------------------------------------------------------------------- DESCRIPTION ------------------------------------------------------------------------- hit_plot_clust(xi,cent,inlp,class_inl,markers,fig) ------------------------------------------------------------------------- INPUT ------------------------------------------------------------------------- xi: matrix of xi-points to be plot. Each point is a row cent(i:): center of the i-th cluster. inlp: indexes of xi-points that are inliers. If inl(j)=i this means that xi(i,:) is an inlier. class_inl: classification of the inliers. If class_inl(j)=i this means that xi(inl(j),:) is in the i-th cluster. markers: string of colored markers for plotting points belonging to different clusters. fig: (optional) # of the figure displaying the plot. ------------------------------------------------------------------------- OUTPUT ------------------------------------------------------------------------- (none)
