Clear items from Memory in MATLAB
In this article, we are going to discuss "Clearing items from Memory", in MATLAB which can be done using clear operation. The clear operation is used to clear the specified items from memory or from the currently active workspace. It is used to free up the system memory. Syntax: clear clear name1 .