Displaying 1 result from an estimated 1 matches for "20001x750".
Did you mean:
20001x1500
2008 Dec 15
2
cannot allocate vector of size... restructuring suggestion please...
...ill be passed to a third script expanded to 20001x3, and only 20001x1 will be used
>> 20001x1 will accumulate into a matrix of up to 20001x1500 (number of data frames / trials), say I have to divide the trials into 2 groups and do a comparison, then that's processing of 2 matrices of size 20001x750
But the allocation error stopped the script after script has processed
around 280 data frames, i.e. made the first matrix up to 20001x280...
I know running the analysis should possibly be achieved by
restructuring my script a little bit, but I have no idea where to
start with to try...
Also, I hav...