expression or statement is incomplete or incorrect in cluster ensemble based segmentation code?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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?
0 comentarios
Respuestas (1)
Walter Roberson
el 19 de Abr. de 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.
0 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!