From: Jamel on
Hello

I was just searching for information about dataset in matlab and found this forum.
Did someone know if it’s possible to construct nested dataset (dataset of dataset).
It seem’s to work with 7.6 but not 7.8….

Thanks a lot for your help
From: Peter Perkins on
On 4/13/2010 7:17 AM, Jamel wrote:

> Did someone know if it’s possible to construct nested dataset
> (dataset of dataset).

Jamel, can you define more clearly what you mean?
From: Jamel on
Hi peter,

for example, if i have two dataset in my workspace named : ds1 and ds2
it's impossible in matlab 2009a to do: bigDataset = dataset(ds1 , ds2), while it works in previous matlab.
i mean by this example, that it seems impossible to create a dataset containing other dataset.

you see my point?

Thanks a lot
From: Jamel on
Hi peter,

for example, if i have two dataset in my workspace named : ds1 and ds2
it's impossible in matlab 2009a to do: bigDataset = dataset(ds1 , ds2), while it works in previous matlab.
i mean by this example, that it seems impossible to create a dataset containing other dataset.

you see my point?

Thanks a lot
From: Jamel on
test = dataset(ds1 , ds2);
??? Error using ==> dataset.dataset>dataset.dataset at 199
Cannot include a dataset array as a dataset variable. Use concatenation
instead.