MATLAB Question:

What is memory management functions in MATLAB?

Tweet Share WhatsApp

Answer:

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.

Download MATLAB PDF Read All 47 MATLAB Questions
Previous QuestionNext Question
Do you know how to Pre Allocate a Non Double matrix?Suppose if you know then tell me how to call MATLAB in batch mode?