From: xi on
For me,it is not enough memory to create the arrays, how can I enlarge my memory available for all arrays.

in my matlab,
>> memory
Maximum possible array: 64 MB (6.696e+007 bytes) *
Memory available for all arrays: 491 MB (5.144e+008 bytes) **
Memory used by MATLAB: 1088 MB (1.141e+009 bytes)
Physical Memory (RAM): 2047 MB (2.147e+009 bytes)

* Limited by contiguous virtual address space available.
** Limited by virtual address space available.