Thread Subject: store data

Subject: store data

From: siti

Date: 21 Jul, 2009 09:30:18

Message: 1 of 3

hi, all

i got a problem to store different data size.
i have 8736 data. then, i have clustered the data into 9 cluster.
cluster 1 contains 493 data.
cluster 2 contains 1374 data.
cluster 3 contains 1616 data.
until cluster 9 = 52 data.
so, how should i store the data so that i can call it when i want to
use it next time?

thanks..

Subject: store data

From: Shanmugam Kannappan

Date: 21 Jul, 2009 09:48:01

Message: 2 of 3

siti <siti1184@gmail.com> wrote in message <80f61a81-7b61-490a-a049-acb2fde1389a@p10g2000prm.googlegroups.com>...
> hi, all
>
> i got a problem to store different data size.
> i have 8736 data. then, i have clustered the data into 9 cluster.
> cluster 1 contains 493 data.
> cluster 2 contains 1374 data.
> cluster 3 contains 1616 data.
> until cluster 9 = 52 data.
> so, how should i store the data so that i can call it when i want to
> use it next time?
>
> thanks..
Hi,

Store the data's in a cell.
help cell
Shan.......

Subject: store data

From: John D'Errico

Date: 21 Jul, 2009 10:52:01

Message: 3 of 3

"Shanmugam Kannappan" <shanmugambe@gmail.com> wrote in message <h442sh$j9d$1@fred.mathworks.com>...
> siti <siti1184@gmail.com> wrote in message <80f61a81-7b61-490a-a049-acb2fde1389a@p10g2000prm.googlegroups.com>...
> > hi, all
> >
> > i got a problem to store different data size.
> > i have 8736 data. then, i have clustered the data into 9 cluster.
> > cluster 1 contains 493 data.
> > cluster 2 contains 1374 data.
> > cluster 3 contains 1616 data.
> > until cluster 9 = 52 data.
> > so, how should i store the data so that i can call it when i want to
> > use it next time?
> >
> > thanks..
> Hi,
>
> Store the data's in a cell.
> help cell

Other ways...

Store the data all in one array, and then use a
separate vector that denotes which cluster a point
falls in.

Or, store all the data in one array, and then store
lists of indexes into that array as cells in a cell
array.

John

Tags for this Thread

Everyone's Tags:

Add a New Tag:

Separated by commas
Ex.: root locus, bode

What are tags?

A tag is like a keyword or category label associated with each thread. Tags make it easier for you to find threads of interest.

Anyone can tag a thread. Tags are public and visible to everyone.

Tag Activity for This Thread
Tag Applied By Date/Time
clusters Sprinceana 28 Jul, 2009 04:15:51
cluster size Sprinceana 28 Jul, 2009 04:15:51
rssFeed for this Thread

Contact us at files@mathworks.com