MATLAB Question:
Download Job Interview Questions and Answers PDF
What is memory management functions in MATLAB?
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.
► 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 Interview Questions And Answers
PDF
Previous Question | Next 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? |