memory error

1 visualización (últimos 30 días)
Johan
Johan el 21 de Jun. de 2011
Hi! Is it possible to use "to much memory" while running a matlab program without an error message? I'm running a program that calculates the mean value from real-time data and plots it. When the parameters changes to much at the same time the plot freeze and matlab aint responding to any commands and the only way to make it work is to use ctrl+alt+del. Anyone that's familiar whith this type of error and has a solution for it? BR Johan

Respuestas (1)

the cyclist
the cyclist el 21 de Jun. de 2011
Yes, it is possible to use "too much memory" without getting an error message. When the memory requirements get very large, MATLAB will start to use virtual memory, and all the processing will slow down.
Try searching "matlab virtual memory" for hints here about memory issues. Here is one I found:

Categorías

Más información sobre Logical en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by