Dear All,
Could you help me in finding a tricky method (other than the below ) for creating a temporary matrix with a large size?
Method already tried;
1. Allocating the maximum workspace for matrix creation in MATLAB.
2. Using the function sparse
3. Using single precision
4. Increasing space using page file
Thank you! WIll be highly appreciated your suggestions :)