Error using | "Inputs must have the same size."
Ältere Kommentare anzeigen
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?
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu k-Means and k-Medoids Clustering finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!