Is there any limitation for capacity of cell arrays?

11 visualizaciones (últimos 30 días)
mohammad
mohammad el 18 de Sept. de 2011
Is there any limitation for capacity of cell arrays that this capacity depends on numbers of characters ?
  3 comentarios
mohammad
mohammad el 18 de Sept. de 2011
yes, exactly
Fangjun Jiang
Fangjun Jiang el 18 de Sept. de 2011
I don't think there is such a limit. Of course, there is a limit of your computer memory.

Iniciar sesión para comentar.

Respuesta aceptada

the cyclist
the cyclist el 18 de Sept. de 2011
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 comentarios
Jan
Jan el 20 de Sept. de 2011
@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.
mohammad
mohammad el 20 de Sept. de 2011
thanks you are right it needs more RAM

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Performance and Memory en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by