Error using KMEANS. First argument must be a real array. Please help
이전 댓글 표시
Hi
I am a real MATLAB rookie and nmeed to carry cluster analysis, having the following code:
X = ESIAS24
intensityCluster = kmeans(X,4)
ESIAS24 is a 2 column table, from an excel spreadheet:

is anyone able to help me? The table is real (well ... its number), and I do no know how to force the integers to be "real number, if this is the problem
댓글 수: 4
Walter Roberson
2022년 7월 27일
What shows up for class(X) ?
I have a suspicion that it might be a table() object instead of a double precision array.
KSSV
2022년 7월 27일
Convert you table to array using table2array
João Serras
2022년 7월 27일
João Serras
2022년 7월 27일
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Logical에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!