Is there a way to turn off or suppress bold headers on tables in the Command Window?

7 vues (au cours des 30 derniers jours)
When I use diary to save Command Window output to a text file, the table headers all have "</strong>" formatting, which makes it difficult to read in a text editor. Is there a way to have either the Command Window or diary output suppress the bold headers on tables?

Réponse acceptée

Anna Weeks
Anna Weeks le 18 Nov 2024
Déplacé(e) : Fangjun Jiang le 13 Fév 2025
disp(formattedDisplayText(my_table,"SuppressMarkup",true))

Plus de réponses (1)

Fangjun Jiang
Fangjun Jiang le 22 Août 2016
It might not be possible according to the document.
One not-so-perfect workaround is to save the diary to a text file and then show it in Command Window using the "type" command
type diary.txt
  3 commentaires
Fangjun Jiang
Fangjun Jiang le 22 Août 2016
Is it possible for you to consider other tools, such as UNIX grep/sed?
Walter Roberson
Walter Roberson le 22 Août 2016
You could also use perl, which can be invoked directly from MATLAB using the perl() command.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Scripts 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