Is it possible to remove statements/lines from the command window (not everything)?
5 views (last 30 days)
Show older comments
Is it possible to remove statements/lines from the command window (not everything)? I just want to clean up the window before taking a screenshot for an assignment submission, but I don't want to have to re-enter all the stuff I want to keep if I were to clear everything. Thank you for your assistance.
0 Comments
Accepted Answer
Image Analyst
on 25 Jan 2023
You can type clc to clear the window. Then you can type up arrow to execute only the commands you want to show in the window.
Alternatively you can use something like Photoshop to paint over stuff in the command window screenshot that you do not want to show.
10 Comments
Steven Lord
on 25 Jan 2023
Rather than pressing up and executing each individual command one at a time you can select a subset of the commands in the Command History (using Ctrl if the commands you want to execute are not contiguous in the History or Shift if they are), right-click on the selected subset, and choose "Evaluate Selection".
The context menu will also allow you to create a script or live script with the selected commands if you want to turn the results of interactive experimenting into something you could publish, turn into a function to be reused with different inputs, etc.
More Answers (0)
See Also
Categories
Find more on Entering Commands in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!