expression or statement is incomplete or incorrect in cluster ensemble based segmentation code?
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Walter Roberson
2016-4-19
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 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!