search for: beforerun

Displaying 1 result from an estimated 1 matches for "beforerun".

2009 Sep 03
5
abind, but on lists?
...s, with corresponding row names, and the second and third+ dimensions correspond to the dimensions of the original struct array (as matlab arrays always have 2+ dimensions). For example a 1x1 matlab struct array with three fields becomes: > data , , 1 [,1] trials List,1002 beforeRun List,8 afterRun List,8 If I load two data files, I would want to concatenate them into a single list. cbind() doesn't preserve the row names, possibly because the array has three dimensions? > cbind(data1, data2) data1 data2 [1,] List,1002 List,479 [2,] List,8 List,8 [3,...