Displaying 1 result from an estimated 1 matches for "20001x1500".
2008 Dec 15
2
cannot allocate vector of size... restructuring suggestion please...
...ng data.frames on the 4 lists in the global space
>> through calling another script, about 1000x3 will be retrieved by another script
>> the 1000x3 will 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.....