Following are the lists of memory management functions.
- Clear: It removes variables from memory.
- Pack: It saves the existing variables to disk, and then reloads them contiguously.
- Save: It selectively persists variable to disk.
- Load: Reloads a data file stored with the save function.
- Quit: Exits MATLAB and all allocated memory to the system.