Clear Filters
Clear Filters

is possible to do hierarchical clustering with a 3D Matrix?

3 views (last 30 days)
like title, it's possibile? I have this data file:
A=zeros(6,6,20);
A(:,:,1)=a;
A(:,:,2)=b;
A(:,:,3)=c;
A(:,:,4)=d;
A(:,:,5)=e;
A(:,:,6)=f;
A(:,:,7)=g;
A(:,:,8)=h;
A(:,:,9)=i;
A(:,:,10)=l;
A(:,:,11)=m;
A(:,:,12)=n;
A(:,:,13)=o;
A(:,:,14)=p;
A(:,:,15)=q;
A(:,:,16)=r;
A(:,:,17)=s;
A(:,:,18)=t;
A(:,:,19)=u;
A(:,:,20)=v;
  4 Comments
KSSV
KSSV on 6 Oct 2016
Then you have the solution....what you have done so far?
luca buonocore
luca buonocore on 6 Oct 2016
i have no solution, i'm a noob of matlab... you know what i mean! I'm trying to do a hierarchical clustering for a university work, but i find big iusse. One of my problem are the values of data. I have 20 data, and every data it's a 6x6 matrix. Now i don't know how to do... cause the analysis must give me 20 final values for clustering

Sign in to comment.

Answers (0)

Community Treasure Hunt

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

Start Hunting!