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

6 次查看(过去 30 天)
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?

采纳的回答

Anna Weeks
Anna Weeks 2024-11-18
移动:Fangjun Jiang 2025-2-13
disp(formattedDisplayText(my_table,"SuppressMarkup",true))

更多回答(1 个)

Fangjun Jiang
Fangjun Jiang 2016-8-22
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 个评论

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Scripts 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by