Input Argument type double
Afficher commentaires plus anciens
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.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Get Started with Phased Array System Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!