Is it possible to remove statements/lines from the command window (not everything)?
39 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
Image Analyst
2023 年 1 月 25 日
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 件のコメント
Steven Lord
2023 年 1 月 25 日
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.
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Entering Commands についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!