Azzera filtri
Azzera filtri

expression or statement is incomplete or incorrect in cluster ensemble based segmentation code?

1 visualizzazione (ultimi 30 giorni)
While implementing the code of k mean cluster segmentation, getting error at
line 77: input:
ima:gray color image .
Error: File: kmeans.m Line: 77 Column: 7
Expression or statement is incomplete or incorrect.
please suggest me how to remove the error?

Risposte (1)

Walter Roberson
Walter Roberson il 19 Apr 2016
What does
which kmeans
show?
It looks like somehow you are using a version of kmeans.m that has some text that is unexpected on line 77. Either it is your own kmeans.m or the Mathworks-provided kmeans.m has been changed. If it is the Mathworks one then you will need to reinstall that toolbox (or find a backup of the file.) If you are using your own kmeans then either fix it or rename it so the Mathworks one gets used instead.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by