From: lama on
Hi,

I have the segments data say 70 segments and each segment is a matrix so the data I have is in form of struct. My problem that I want to compute the proximity matrix ( distance) How it could be done?
From: Faraz Afzal on
"lama " <radafn(a)gmail.com> wrote in message <i07t7f$5h3$1(a)fred.mathworks.com>...
> Hi,
>
> I have the segments data say 70 segments and each segment is a matrix so the data I have is in form of struct. My problem that I want to compute the proximity matrix ( distance) How it could be done?

Hiya Lama

Xplain your problem a little more..you need to extract the matrices out of structure or what..

what does these segments contains.. what xyou would like to use to find proximity matrix..

Regards,
Faraz
From: lama on
Hi,

thanx for your respond,

I have a structure each element in these structure represent a segment and I want to do hieratical clustering but its require to compute a distance matrix so how I will compute such a matrix.

Thanks in advance
lama


"Faraz Afzal" <farazafzal(a)gmail.com> wrote in message <i07uhs$la$1(a)fred.mathworks.com>...
> "lama " <radafn(a)gmail.com> wrote in message <i07t7f$5h3$1(a)fred.mathworks.com>...
> > Hi,
> >
> > I have the segments data say 70 segments and each segment is a matrix so the data I have is in form of struct. My problem that I want to compute the proximity matrix ( distance) How it could be done?
>
> Hiya Lama
>
> Xplain your problem a little more..you need to extract the matrices out of structure or what..
>
> what does these segments contains.. what xyou would like to use to find proximity matrix..
>
> Regards,
> Faraz