Are there any Matrix size limitations when running MATLAB R2006a on a 64-bit Windows operating system?
5 views (last 30 days)
Show older comments
I am running MATLAB R2006a on a Windows XP x64 machine.
Accepted Answer
MathWorks Support Team
on 27 Jun 2009
Historically, MATLAB matrices have been limited in size to those that would fit in a 32-bit address space. Some of those limitations have been lifted, but some remain. Specifically, the data type used to index into an mxArray is still a 32-bit signed integer. This limits the number of elements in any one array to INT_MAX-1, or 2147483646 (approximately 2*10^9). With this limit, you can create matrices up to 16 GB (for doubles). You can create as many of these as your machine has memory to support.
0 Comments
More Answers (0)
See Also
Categories
Find more on Logical in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!