Undefined function 'adaptcluster_kmeans' for input arguments of type 'uint8
이전 댓글 표시
Hi expert,
I got this error,
Undefined function 'adaptcluster_kmeans' for input arguments of type 'uint8'.
Error in Untitled (line 21)
m=adaptcluster_kmeans(x);
this is my code:

i already check image processing toolbox and its already has licence for toolbox. Please help me,, thank you in advance
답변 (1개)
Walter Roberson
2022년 6월 29일
0 개 추천
That function is not part of MATLAB. You need to install https://www.mathworks.com/matlabcentral/fileexchange/45057-adaptive-kmeans-clustering-for-color-and-gray-image
댓글 수: 3
Nurul Balqis Khairul Anuar
2022년 6월 29일
Walter Roberson
2022년 6월 29일
You should have used the Add-On Explorer to have MATLAB install that File Exchange contribution, after which you would be able to call upon it as if it had been supplied by Mathworks.
You should not have copied the code into your own script.
Nurul Balqis Khairul Anuar
2022년 6월 29일
카테고리
도움말 센터 및 File Exchange에서 k-Means and k-Medoids Clustering에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!