Clear Filters
Clear Filters

Is it possible to remove statements/lines from the command window (not everything)?

13 views (last 30 days)
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.

Accepted Answer

Image Analyst
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
Jeremy
Jeremy on 25 Jan 2023
Thanks, again, Walter.
I have actually used that method, and it does work.
I was hoping that there was a built in feature of MATLAB, though, to make it more convenient and am going to suggest it to MathWorks.
I appreciate the help.
Steven Lord
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.

Sign in to comment.

More Answers (0)

Categories

Find more on Entering Commands in Help Center and File Exchange

Products


Release

R2022b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!