Answers

Question and Answer:

  Home  MATLAB

⟩ What is memory management functions in MATLAB?

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.

 228 views

More Questions for you: