

InterviewSolution
Saved Bookmarks
1. |
How will one escape from printing graphs of variables, whose value gets changed for the program?(a) Use the clear all command at the beginning(b) Use the close all command at the beginning(c) Use the clc command(d) Cannot be escapedI had been asked this question in class test.I'm obligated to ask this question of Fine Tuning topic in division Interacting with MATLAB of MATLAB |
Answer» Right option is (a) Use the clear all command at the beginning |
|