Undefined function 'adaptcluster_kmeans' for input arguments of type 'uint8
1 回表示 (過去 30 日間)
古いコメントを表示
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
0 件のコメント
回答 (1 件)
Walter Roberson
2022 年 6 月 29 日
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 件のコメント
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.
参考
カテゴリ
Help Center および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!