[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Using giant matrix in Matlab
- Subject: [ale] Using giant matrix in Matlab
- From: ofosho at gatech.edu (Omar Chanouha)
- Date: Mon, 23 Nov 2009 03:30:53 -0500
A friend of mine is trying to use matlab for some statistics research.
The issue is that he needs to make an 8 dimensional matrix that
contains 22,267^8 elements, and he keeps running out of memory for
obvious reasons. Has anyone else had to deal with giagantic data
structures of this nature? A non-matlab solution is definitley
acceptable. I was thinking that he could put the matrix into SQL
tables on another server and query the server for the data as he needs
it. That is just a shot in the dark though.
Thanks,
-O