Error with clusterDBS​CAN.discov​erClusters

I was trying to run the Examples: Display Cluster Hierarchy, but I got an error.
Any idea on how to solve it ?
Here the code:
maxEpsilon = 10
minNumPoints = 6
X = [randn(20,2) + [11.5,11.5]; randn(20,2) + [25,15]; randn(20,2) + [8,20]; 10*rand(10,2) + [20,20]];
clusterDBSCAN.discoverClusters(X,maxEpsilon,minNumPoints)
which gives me the error:
Unable to resolve the name 'clusterDBSCAN.discoverClusters'.
Error in untitled2 (line 4)
clusterDBSCAN.discoverClusters(X,maxEpsilon,minNumPoints)

1 件のコメント

Sim
Sim 2022 年 9 月 30 日
Anyone who can help here ? .... :-)

サインインしてコメントする。

 採用された回答

the cyclist
the cyclist 2022 年 10 月 1 日

0 投票

Do you have the Radar Toolbox installed?

3 件のコメント

Sim
Sim 2022 年 10 月 1 日
Hi, no, I do not have it.... should I install it?
the cyclist
the cyclist 2022 年 10 月 1 日
It seems that clusterDBSCAN is a function in that toolbox, so it looks like you would need to, yes.
Sim
Sim 2022 年 10 月 1 日
ah ok, I will try it later, thanks a lot @the cyclist !!!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

質問済み:

Sim
2022 年 9 月 29 日

コメント済み:

Sim
2022 年 10 月 1 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by