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?
0 个评论
采纳的回答
Anna Weeks
2024-11-18
移动:Fangjun Jiang
2025-2-13
disp(formattedDisplayText(my_table,"SuppressMarkup",true))
1 个评论
更多回答(1 个)
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 个评论
Walter Roberson
2016-8-22
You could also use perl, which can be invoked directly from MATLAB using the perl() command.
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!