maximum size of matrix

2 次查看(过去 30 天)
Talaria
Talaria 2011-8-5
what would be the maximum possible size of a matrix, and how to overcome this problem?

采纳的回答

Friedrich
Friedrich 2011-8-5
Hi,
a bit old but still valid I think:
And also more or less valid:
Since out = rand(10^9,4) gives an out of memory on 64bit but out = rand(10^9,3) works.
And you can run
[str,maxsize] = computer
in order to figure out the maximum number of elements allowed in an array with this version of MATLAB. See doc under

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Multidimensional Arrays 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by