Is there a way to turn off or suppress bold headers on tables in the Command Window?
10 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Mark Williams
il 22 Ago 2016
Spostato: Fangjun Jiang
il 13 Feb 2025
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?
0 Commenti
Risposta accettata
Anna Weeks
il 18 Nov 2024
Spostato: Fangjun Jiang
il 13 Feb 2025
disp(formattedDisplayText(my_table,"SuppressMarkup",true))
1 Commento
George Kireev
il 13 Feb 2025
Spostato: Fangjun Jiang
il 13 Feb 2025
Anna Weeks's decision helped me. works greatly
Più risposte (1)
Fangjun Jiang
il 22 Ago 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 Commenti
Walter Roberson
il 22 Ago 2016
You could also use perl, which can be invoked directly from MATLAB using the perl() command.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!