Is there any limitation for capacity of cell arrays?

18 次查看(过去 30 天)
Is there any limitation for capacity of cell arrays that this capacity depends on numbers of characters ?

采纳的回答

the cyclist
the cyclist 2011-9-18
I don't think cell arrays have any specific memory limitations, beyond the usual restrictions that would happen due to system memory, etc. You can read more details here: http://www.mathworks.com/help/techdoc/matlab_prog/brh72ex-2.html
  16 个评论
Jan
Jan 2011-9-20
@Mohammad: Correct. With less than 4GB (actually only 3 or 3.5 depending on the hardware) a 64 bit system will not help. But RAM is cheap and installing > 4GB is the best and simplest solution, if you urgently want to operate on large data. If you do not want to expand the RAM, work with smaller data sets.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Performance and Memory 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by