Input Argument type double
Mostrar comentarios más antiguos
Hi,
I am running the "clusterDBSCAN" algorithm from the Phased Array Toolbox.
I try to get this example to run.
here the link to the help page: https://de.mathworks.com/help/phased/ref/clusterdbscan-system-object.html
My code is:
clusterer = clusterDBSCAN('EpsilonSource','Auto','MaxNumPoints',15, ...
'MinNumPoints', 5);
update= 1;
idx = clusterer(X,update);
X is a 100 x 2 matrix in type double.
But the output error is:
"Error using phased.internal.AbstractClusterDBSCAN/validateInputsImpl (line 274)
Expected input UPDATE data type to be double."
Thank you for your help.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Get Started with Phased Array System Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!