Answers for "5)how to clear the command window in matlab?"

3

how to clear matlab command window

clc          //clear command window
clear        //clears all variables from current workspace
close all    //closes all figures
Posted by: Guest on April-05-2021

Code answers related to "5)how to clear the command window in matlab?"

Browse Popular Code Answers by Language