필터 지우기
필터 지우기

clear all output code

조회 수: 232 (최근 30일)
ga rec
ga rec 2019년 8월 12일
댓글: Duncan Carlsmith 2024년 5월 23일
Is it possible in matlab live script to "clear all output" with a program code?
  댓글 수: 12
K.
K. 2020년 11월 10일
Regarding Walter's comment, I think I found the post where someone was trying to use clc and fprintf to show textual progress updates. If anyone is interested, I have posted a different workaround for textual progress indication that works in the Live Editor. Essentially, you can use the '\b' (backspace) character to remove characters from textual output in the Live Editor.
Walter Roberson
Walter Roberson 2020년 11월 10일
Yes, that is the one. Thanks, K.

댓글을 달려면 로그인하십시오.

답변 (2개)

Heather Lai
Heather Lai 2020년 10월 18일
I would also like to encourage this functionallity. When I write code which I would like to operate iteratively after a user input, it would be very helpful for the output to be programatically cleared.
  댓글 수: 1
Chris Kloppers
Chris Kloppers 2020년 10월 22일
I also need to have this functionality. Mainly for good housekeeping, but I can think of many reasons why I would need it. It will even help to clear the output only for the current section.

댓글을 달려면 로그인하십시오.


Sai Bhargav Avula
Sai Bhargav Avula 2019년 8월 20일
Currently you cannot programmatically set the clear output in Live Editor. There are only two ways to do this. First, the one you mentioned and the other by right clicking anywhere in the script and selecting the Clear All Output option.
  댓글 수: 19
Jack
Jack 2024년 5월 9일
I would also like this capability. Right clicking and picking Clear All Output is not a good solution. A code sequence similar to "clc" but for the live editor output window would be great. You could then assign it to the quick access toolbar for fast execution.
Thanks
Duncan Carlsmith
Duncan Carlsmith 2024년 5월 23일
Me too!

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Adding custom doc에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by