Prev: cannot build matlab embedded functions in simulink
Next: Stoping the execution of ode45 function before time has reached the end of tspan and continuing from the following command.
From: Jamel on 13 Apr 2010 07:17 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 13 Apr 2010 09:29 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 13 Apr 2010 09:43 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 13 Apr 2010 09:44 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 13 Apr 2010 10:10
test = dataset(ds1 , ds2); ??? Error using ==> dataset.dataset>dataset.dataset at 199 Cannot include a dataset array as a dataset variable. Use concatenation instead. |