Matlab Which of the following will modify the look of a plot
Matlab
Which of the following will modify the look of a plot? grid on box on title(\'This is a title\') All of the aboveSolution
grid on command in matlab
grid on displays the major grid lines for the current axes. Major grid lines extend from each tick mark
box on command in matlab
it display axes oyline
Title in matlab
add titels to axes or legends
Hence all are required to modify the look of a plot
4 is the correct option
