This will be useful later in the course, in conjunction to clc and clear all, what is the command to close all figure windows that you can put at the beginning of your script? Write the answer as a string.
Solution Stats
Problem Comments
1 Comment
Solution Comments
Show comments
Loading...
Problem Recent Solvers196
Suggested Problems
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15818 Solvers
-
289 Solvers
-
Make a random, non-repeating vector.
11797 Solvers
-
Find the area of a rectangle if length of the diagonal is given.
170 Solvers
-
2734 Solvers
More from this Author23
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Don't use 'clear all', use 'clear variables' or 'clearvars'.