Managing GUI memory usage

13 visualizaciones (últimos 30 días)
Jared
Jared el 25 de En. de 2013
When using GUIDE to develop a GUI, in the simulation mode, I run through the functionality loading files, plotting, resetting (which I have clearing and reallocating the data array-which are fairly large files). However, when I use the memory command in the matlab command window, the available memory continues to decrease. It never increases back to what it was when I first opened matlab, even after using the clear all command in matlab. What is using the memory?

Respuesta aceptada

Jan
Jan el 25 de En. de 2013
The memory is freed on demand. Use pack to force a clearing of the memory.

Más respuestas (0)

Categorías

Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by