+1 vote
in Matlab by
What Is Memory Management Functions In Matlab?

1 Answer

0 votes
by

Below is the list of memory management functions.

 Clear - Removes variables from memory.

 Pack - Saves the existing variables to disk, and then reloads them contiguously.

 Save - Selectively persists variables to disk.

 Load - Reloads a data file saved with the save function.

 Quit - Exits MATLAB and returns all allocated memory to the system.

...