Input Argument type double
Ältere Kommentare anzeigen
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.
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Get Started with Phased Array System Toolbox finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!