Effacer les filtres
Effacer les filtres

clear all output code

232 vues (au cours des 30 derniers jours)
ga rec
ga rec le 12 Août 2019
Is it possible in matlab live script to "clear all output" with a program code?
  12 commentaires
K.
K. le 10 Nov 2020
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 le 10 Nov 2020
Yes, that is the one. Thanks, K.

Connectez-vous pour commenter.

Réponses (2)

Heather Lai
Heather Lai le 18 Oct 2020
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 commentaire
Chris Kloppers
Chris Kloppers le 22 Oct 2020
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.

Connectez-vous pour commenter.


Sai Bhargav Avula
Sai Bhargav Avula le 20 Août 2019
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 commentaires
Jack
Jack le 9 Mai 2024
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 le 23 Mai 2024
Me too!

Connectez-vous pour commenter.

Catégories

En savoir plus sur Adding custom doc dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by