Error using | "Inputs must have the same size."
Show older comments
Hello everybody,
I have made the attached kmeans clustering algorithm for un-predefined number of clusters. It is supposed to update each cluster center until either the cluster memberships are not changed, or the local distortion improvement corresponding to each cluster is less than a threshold. But I receive this error at line 113: Error using | "Inputs must have the same size."
and when I change it to , I get this error: Operands to the and && operators must be convertible to logical scalar values.
Could anyone suggest a solution?
Accepted Answer
More Answers (0)
Categories
Find more on k-Means and k-Medoids Clustering in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!