Borrar filtros
Borrar filtros

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

13 visualizaciones (últimos 30 días)
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.

Respuesta aceptada

Image Analyst
Image Analyst el 25 de En. de 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 comentarios
Jeremy
Jeremy el 25 de En. de 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 el 25 de En. de 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.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Entering Commands en Help Center y File Exchange.

Productos


Versión

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by