Answers for "which of the following command is used to clear command window in matlab? * 1 point close all clear clear all clc"

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 "which of the following command is used to clear command window in matlab? * 1 point close all clear clear all clc"

Browse Popular Code Answers by Language