Error using KMEANS. First argument must be a real array. Please help
7 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1078825/image.png)
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 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Statistics and Machine Learning Toolbox en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!