+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.

Related questions

+2 votes
asked Aug 4, 2020 in Matlab by Robindeniel
+1 vote
asked Aug 4, 2020 in Matlab by Robindeniel
...